diff options
Diffstat (limited to 'arch/x86/machine/multiboot.h')
-rw-r--r-- | arch/x86/machine/multiboot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/multiboot.h b/arch/x86/machine/multiboot.h index 80d793f..826ea2d 100644 --- a/arch/x86/machine/multiboot.h +++ b/arch/x86/machine/multiboot.h @@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _X86_MULTIBOOT_H -#define _X86_MULTIBOOT_H +#ifndef X86_MULTIBOOT_H +#define X86_MULTIBOOT_H /* * Magic number provided by the OS to the boot loader. @@ -108,4 +108,4 @@ struct multiboot_info { #endif /* __ASSEMBLER__ */ -#endif /* _X86_MULTIBOOT_H */ +#endif /* X86_MULTIBOOT_H */ |