summaryrefslogtreecommitdiff
path: root/libpcsxcore/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/gpu.h')
-rw-r--r--libpcsxcore/gpu.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libpcsxcore/gpu.h b/libpcsxcore/gpu.h
index 429dd3a2..fd02701d 100644
--- a/libpcsxcore/gpu.h
+++ b/libpcsxcore/gpu.h
@@ -1 +1,18 @@
+#ifndef __GPU_H__
+#define __GPU_H__
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
int gpuReadStatus();
+
+void psxDma2(u32 madr, u32 bcr, u32 chcr);
+void gpuInterrupt();
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif