diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-01 22:10:35 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-01 22:10:35 -0400 |
commit | 2c953c5baf05d12a829cb73664c9a95f660f1548 (patch) | |
tree | 82543acf54c6996fb2d58abf0eb45771c446cdcd /include/libgcnmultiboot.h | |
parent | 74d771ef90a3189bd2da1b35f6b42a1fa8f51e67 (diff) |
Redo partial decomp of intro (force push)
Diffstat (limited to 'include/libgcnmultiboot.h')
-rw-r--r-- | include/libgcnmultiboot.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/libgcnmultiboot.h b/include/libgcnmultiboot.h new file mode 100644 index 000000000..7d347df05 --- /dev/null +++ b/include/libgcnmultiboot.h @@ -0,0 +1,17 @@ +#ifndef GUARD_LIBGCMMULTIBOOT_H +#define GUARD_LIBGCNMULTIBOOT_H + +struct GcmbStruct +{ + u16 gcmb_field_0; + vu8 gcmb_field_2; + u8 filler3[0x2C - 0x3]; +}; + +void GameCubeMultiBoot_Main(struct GcmbStruct *pStruct); +void GameCubeMultiBoot_ExecuteProgram(struct GcmbStruct *pStruct); +void GameCubeMultiBoot_Init(struct GcmbStruct *pStruct); +void GameCubeMultiBoot_HandleSerialInterrupt(struct GcmbStruct *pStruct); +void GameCubeMultiBoot_Quit(void); + +#endif // GUARD_LIBGCNMULTIBOOT_H |