summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3/syncprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot_O2_g3/syncprintf.c')
-rw-r--r--src/boot_O2_g3/syncprintf.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/boot_O2_g3/syncprintf.c b/src/boot_O2_g3/syncprintf.c
new file mode 100644
index 000000000..c1f6341f9
--- /dev/null
+++ b/src/boot_O2_g3/syncprintf.c
@@ -0,0 +1,10 @@
+#include "global.h"
+
+// This file contains print functions that are used by fault.c, so they are placed in the fault module
+
+void __osSyncVPrintf(UNK_TYPE4 param_1, ...) {
+}
+void osSyncPrintf(char* str, ...) {
+}
+void rmonPrintf(UNK_TYPE4 param_1, ...) {
+}