changeset 528:aae9e738c6a4

Add file that was accidentally omitted from a previous commit
author Mike Pavone <pavone@retrodev.com>
date Wed, 12 Feb 2014 22:25:23 -0800
parents 7df7f493b3b6
children 6a648d944311
files gdb_remote.h
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gdb_remote.h	Wed Feb 12 22:25:23 2014 -0800
@@ -0,0 +1,8 @@
+#ifndef GDB_REMOTE_H_
+#define GDB_REMOTE_H_
+#include "blastem.h"
+
+void gdb_remote_init(void);
+m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc);
+
+#endif //GDB_REMOTE_H_