comparison gdb_remote.h @ 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
children 22e87b739ad6
comparison
equal deleted inserted replaced
527:7df7f493b3b6 528:aae9e738c6a4
1 #ifndef GDB_REMOTE_H_
2 #define GDB_REMOTE_H_
3 #include "blastem.h"
4
5 void gdb_remote_init(void);
6 m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc);
7
8 #endif //GDB_REMOTE_H_