summaryrefslogtreecommitdiff
path: root/kernel/multiboot.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-15 02:06:48 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-15 02:06:48 +0200
commit0365bbb5c58912fd24b3d33b90477d3de5d46d96 (patch)
tree0e171394f0e9f508b6ff1a7971ce61ddf8b2f989 /kernel/multiboot.h
parentfb8a5f18835e8811dd1a98b8eb5352151fc2df31 (diff)
fixes and imporvements
Diffstat (limited to 'kernel/multiboot.h')
-rw-r--r--kernel/multiboot.h3
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