diff options
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_ */ |