UIQ3 update, some makefile unification, rm old configs, stuff
[picodrive.git] / platform / uiq3 / emu.h
diff --git a/platform/uiq3/emu.h b/platform/uiq3/emu.h
new file mode 100644 (file)
index 0000000..c5710f2
--- /dev/null
@@ -0,0 +1,11 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void emu_Init(void);
+void emu_Deinit(void);
+
+#ifdef __cplusplus
+} // extern "C"
+#endif
+