diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-02-15 16:54:34 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-02-15 16:54:34 -0600 |
commit | 34716558b1f8bc4e9f07e90d3727ea44e74ddd9d (patch) | |
tree | c515cb97b1a5a29ef6ae55e6d2ae8bec0271c6f7 /include/libgcnmultiboot.h | |
parent | 398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff) |
Almost finish decompiling intro
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 |