summaryrefslogtreecommitdiff
path: root/libpcsxcore/gdb_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/gdb_server.h')
-rw-r--r--libpcsxcore/gdb_server.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpcsxcore/gdb_server.h b/libpcsxcore/gdb_server.h
new file mode 100644
index 00000000..d0e925a6
--- /dev/null
+++ b/libpcsxcore/gdb_server.h
@@ -0,0 +1,10 @@
+#ifndef GDB_SERVER_H
+#define GDB_SERVER_H
+
+void GdbStartServer(void);
+void GdbStopServer(void);
+void GdbServerProcessDebug(void);
+void GdbServerVSync(void);
+int GdbServerRunning(void);
+
+#endif /* GDB_SERVER_H */