diff options
Diffstat (limited to 'source/multiboot.h')
-rw-r--r-- | source/multiboot.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/multiboot.h b/source/multiboot.h new file mode 100644 index 0000000..a8f5d0d --- /dev/null +++ b/source/multiboot.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef MULTIBOOT_H_5C3CB904 | ||
2 | #define MULTIBOOT_H_5C3CB904 | ||
3 | |||
4 | #include <stdbool.h> | ||
5 | |||
6 | bool sendMultibootImage(); | ||
7 | |||
8 | #endif /* end of include guard: MULTIBOOT_H_5C3CB904 */ | ||