about summary refs log tree commit diff stats
path: root/source/multiboot.h
blob: a8f5d0d9e6f3b6edd468eec5a6a821318ae8ae43 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef MULTIBOOT_H_5C3CB904
#define MULTIBOOT_H_5C3CB904

#include <stdbool.h>

bool sendMultibootImage();

#endif /* end of include guard: MULTIBOOT_H_5C3CB904 */