diff options
Diffstat (limited to 'src/multiboot.hpp')
-rw-r--r-- | src/multiboot.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/multiboot.hpp b/src/multiboot.hpp new file mode 100644 index 0000000..9916850 --- /dev/null +++ b/src/multiboot.hpp @@ -0,0 +1,7 @@ +#ifndef MULTIBOOT_HPP +#define MULTIBOOT_HPP + +bool multiboot_initialize(); + +#endif // MULTIBOOT_HPP + |