summaryrefslogtreecommitdiff
path: root/include/libgcnmultiboot.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-07-06 13:42:42 -0400
committerGitHub <noreply@github.com>2019-07-06 13:42:42 -0400
commit7980c4aa071685983f84861cc7dc69d6daf30a90 (patch)
tree053e5e30a3454732f2be06d2119bc815f3993d50 /include/libgcnmultiboot.h
parent74d771ef90a3189bd2da1b35f6b42a1fa8f51e67 (diff)
parent95537e5c231f5714b9a2a045fca5582779df372c (diff)
Merge pull request #78 from pret/intro
Intro
Diffstat (limited to 'include/libgcnmultiboot.h')
-rw-r--r--include/libgcnmultiboot.h17
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