diff options
Diffstat (limited to 'kernel/multiboot.h')
| -rw-r--r-- | kernel/multiboot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/multiboot.h b/kernel/multiboot.h index 292b6f3..bb31a2e 100644 --- a/kernel/multiboot.h +++ b/kernel/multiboot.h @@ -6,6 +6,7 @@ #include <stdbool.h> #include <stdint.h> + typedef struct multiboot_information_struct { uint32_t flags; @@ -52,4 +53,6 @@ typedef struct multiboot_mod_struct }multiboot_mod; +multiboot_information* get_multiboot(uint32_t eax, uint32_t ebx); + #endif |
