summaryrefslogtreecommitdiffstats
path: root/runtime/docs/html/runtime_8h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/docs/html/runtime_8h-source.html')
-rw-r--r--runtime/docs/html/runtime_8h-source.html51
1 files changed, 26 insertions, 25 deletions
diff --git a/runtime/docs/html/runtime_8h-source.html b/runtime/docs/html/runtime_8h-source.html
index 00feb2d8..a0f00a36 100644
--- a/runtime/docs/html/runtime_8h-source.html
+++ b/runtime/docs/html/runtime_8h-source.html
@@ -4,28 +4,29 @@
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.1 -->
-<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<h1>runtime.h</h1><div class="fragment"><pre class="fragment">00001
-00002 <span class="preprocessor">#include &lt;linux/module.h&gt;</span>
-00003 <span class="preprocessor">#include &lt;linux/kernel.h&gt;</span>
-00004 <span class="preprocessor">#include &lt;linux/miscdevice.h&gt;</span>
-00005 <span class="preprocessor">#include &lt;linux/init.h&gt;</span>
-00006 <span class="preprocessor">#include &lt;linux/hash.h&gt;</span>
-00007 <span class="preprocessor">#include &lt;linux/string.h&gt;</span>
-00008 <span class="preprocessor">#include &lt;linux/kprobes.h&gt;</span>
-00009 <span class="preprocessor">#include &lt;linux/proc_fs.h&gt;</span>
-00010 <span class="preprocessor">#include &lt;linux/vmalloc.h&gt;</span>
-00011 <span class="preprocessor">#include &lt;linux/time.h&gt;</span>
-00012 <span class="preprocessor">#include &lt;linux/spinlock.h&gt;</span>
-00013 <span class="preprocessor">#include &lt;linux/hardirq.h&gt;</span>
-00014 <span class="preprocessor">#include &lt;asm/uaccess.h&gt;</span>
-00015 <span class="preprocessor">#include &lt;linux/kallsyms.h&gt;</span>
-00016
-00017 <span class="preprocessor">#include "<a class="code" href="alloc_8h.html">alloc.h</a>"</span>
-00018 <span class="preprocessor">#include "<a class="code" href="map_8h.html">map.h</a>"</span>
-00019
-00020 <span class="preprocessor">#define dbug(args...) ;</span>
-00021 <span class="preprocessor"></span>
-</pre></div><hr size="1"><address style="align: right;"><small>
-Generated on Tue Mar 22 10:27:36 2005 for SystemTap.</small></body>
-</html>
+<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
+<h1>runtime.h</h1><a href="runtime_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="preprocessor">#ifndef _RUNTIME_H_</span>
+00002 <span class="preprocessor"></span><span class="preprocessor">#define _RUNTIME_H_</span>
+00003 <span class="preprocessor"></span><span class="comment">/** @file runtime.h</span>
+00004 <span class="comment"> * @brief Main include file for runtime functions.</span>
+00005 <span class="comment"> */</span>
+00006
+00007 <span class="preprocessor">#include &lt;linux/module.h&gt;</span>
+00008 <span class="preprocessor">#include &lt;linux/kernel.h&gt;</span>
+00009 <span class="preprocessor">#include &lt;linux/miscdevice.h&gt;</span>
+00010 <span class="preprocessor">#include &lt;linux/init.h&gt;</span>
+00011 <span class="preprocessor">#include &lt;linux/hash.h&gt;</span>
+00012 <span class="preprocessor">#include &lt;linux/string.h&gt;</span>
+00013 <span class="preprocessor">#include &lt;linux/kprobes.h&gt;</span>
+00014 <span class="preprocessor">#include &lt;linux/proc_fs.h&gt;</span>
+00015 <span class="preprocessor">#include &lt;linux/vmalloc.h&gt;</span>
+00016 <span class="preprocessor">#include &lt;linux/time.h&gt;</span>
+00017 <span class="preprocessor">#include &lt;linux/spinlock.h&gt;</span>
+00018 <span class="preprocessor">#include &lt;linux/hardirq.h&gt;</span>
+00019 <span class="preprocessor">#include &lt;asm/uaccess.h&gt;</span>
+00020 <span class="preprocessor">#include &lt;linux/kallsyms.h&gt;</span>
+00021
+00022 <span class="preprocessor">#define dbug(args...) ;</span>
+00023 <span class="preprocessor"></span>
+00024 <span class="preprocessor">#endif </span><span class="comment">/* _RUNTIME_H_ */</span>
+</pre></div></body></html>