diff options
Diffstat (limited to 'kernel/multiboot.h')
| -rw-r--r-- | kernel/multiboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/multiboot.h b/kernel/multiboot.h index 09f7286..1c9c713 100644 --- a/kernel/multiboot.h +++ b/kernel/multiboot.h @@ -68,6 +68,6 @@ typedef struct multiboot_mod_struct }multiboot_mod; -multiboot_information* multiboot_read(uint32_t eax, uint32_t ebx); +multiboot_information* multiboot_read(uint32_t eax, uint32_t ebx,bool silent); #endif |
