summaryrefslogtreecommitdiffstats
path: root/source/gecko.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/gecko.h')
-rw-r--r--source/gecko.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/gecko.h b/source/gecko.h
new file mode 100644
index 0000000..5e6f7ec
--- /dev/null
+++ b/source/gecko.h
@@ -0,0 +1,13 @@
+#ifndef GECKO_H
+#define GECKO_H
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <gccore.h>
+#include <ogc/usbgecko.h>
+#include <stdarg.h> //for va_list
+
+void checkForGecko();
+int gprintf(const char *str, ...);
+
+#endif