mirror of
https://github.com/Lorenzooone/Pokemon-Gen3-to-Gen-X.git
synced 2026-03-21 17:24:39 -05:00
8 lines
222 B
C
8 lines
222 B
C
#ifndef MULTIBOOT_HANDLER__
|
|
#define MULTIBOOT_HANDLER__
|
|
|
|
enum MULTIBOOT_RESULTS {MB_SUCCESS, MB_NO_INIT_SYNC, MB_WRONG_ANSWER, MB_HEADER_ISSUE, MB_SWI_FAILURE};
|
|
|
|
enum MULTIBOOT_RESULTS multiboot_normal(u16*, u16*);
|
|
|
|
#endif |