diff options
author | hunt <hunt> | 2005-03-29 18:07:58 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-03-29 18:07:58 +0000 |
commit | e32551b18f4560056d2d482f5e1505b1b98fa82a (patch) | |
tree | 4e9e07a9b46a4fd5dea27732571cbb04c0ef5dee /runtime/runtime.h | |
parent | 13b35bb112459702e7371ecc89d7deb789818a86 (diff) | |
download | systemtap-steved-e32551b18f4560056d2d482f5e1505b1b98fa82a.tar.gz systemtap-steved-e32551b18f4560056d2d482f5e1505b1b98fa82a.tar.xz systemtap-steved-e32551b18f4560056d2d482f5e1505b1b98fa82a.zip |
*** empty log message ***
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 6fcbeb0a..f97c970a 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -1,3 +1,8 @@ +#ifndef _RUNTIME_H_ +#define _RUNTIME_H_ +/** @file runtime.h + * @brief Main include file for runtime functions. + */ #include <linux/module.h> #include <linux/kernel.h> @@ -14,8 +19,6 @@ #include <asm/uaccess.h> #include <linux/kallsyms.h> -#include "alloc.h" -#include "map.h" - #define dbug(args...) ; +#endif /* _RUNTIME_H_ */ |