aboutsummaryrefslogtreecommitdiffstats
path: root/multiboot.hpp
blob: 9916850c264943ff0a9ecb287a709bffd3b0f9f4 (plain)
1
2
3
4
5
6
7
#ifndef MULTIBOOT_HPP
#define MULTIBOOT_HPP

bool multiboot_initialize();

#endif // MULTIBOOT_HPP