1 2 3 4 5 6 7
#ifndef MULTIBOOT_HPP #define MULTIBOOT_HPP bool multiboot_initialize(); #endif // MULTIBOOT_HPP