about summary refs log tree commit diff stats
path: root/source/multiboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/multiboot.h')
-rw-r--r--source/multiboot.h8
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
6bool sendMultibootImage();
7
8#endif /* end of include guard: MULTIBOOT_H_5C3CB904 */