summaryrefslogtreecommitdiff
path: root/include/dolphin/vifuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dolphin/vifuncs.h')
-rw-r--r--include/dolphin/vifuncs.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/dolphin/vifuncs.h b/include/dolphin/vifuncs.h
new file mode 100644
index 0000000..1a36994
--- /dev/null
+++ b/include/dolphin/vifuncs.h
@@ -0,0 +1,21 @@
+#ifndef _DOLPHIN_VIFUNCS
+#define _DOLPHIN_VIFUNCS
+
+#include <dolphin/types.h>
+
+#include <dolphin/vitypes.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+u32 VIGetNextField(void);
+VIRetraceCallback VISetPreRetraceCallback(VIRetraceCallback callback);
+VIRetraceCallback VISetPostRetraceCallback(VIRetraceCallback callback);
+u32 VIGetDTVStatus(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // _DOLPHIN_VIFUNCS