diff options
Diffstat (limited to 'kern/init.h')
-rw-r--r-- | kern/init.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/init.h b/kern/init.h index 7c3522e8..11a0c804 100644 --- a/kern/init.h +++ b/kern/init.h @@ -18,8 +18,8 @@ * Init sections and operations. */ -#ifndef _KERN_INIT_H -#define _KERN_INIT_H +#ifndef KERN_INIT_H +#define KERN_INIT_H /* * These sections should contain code and data which can be discarded once @@ -110,4 +110,4 @@ void init_setup(void); #endif /* __ASSEMBLER__ */ -#endif /* _KERN_INIT_H */ +#endif /* KERN_INIT_H */ |