diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-13 16:18:24 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-13 16:18:24 +0200 |
| commit | 9a60edf72a3112adae4a914134da1adaf472ad5d (patch) | |
| tree | 64fe18ef416160244ad7dc80875e9f5a47390971 /kernel/multiboot.h | |
| parent | 39d0c5ad74f69ef368d6f83e4eac575e76060eb4 (diff) | |
fixing gdt and interrupts
Diffstat (limited to 'kernel/multiboot.h')
| -rw-r--r-- | kernel/multiboot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/multiboot.h b/kernel/multiboot.h index 874e473..c82d7e2 100644 --- a/kernel/multiboot.h +++ b/kernel/multiboot.h @@ -1,4 +1,6 @@ //# https://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-information-format +#ifndef MULTIBOOT_H +#define MULTIBOOT_H #include <stdbool.h> @@ -48,3 +50,5 @@ typedef struct multiboot_mod_struct uint32_t reserved; }multiboot_mod; + +#endif |
