main gdb_remote.h
1#ifndef GDB_REMOTE_H_
2#define GDB_REMOTE_H_
3#include "genesis.h"
4
5void gdb_remote_init(void);
6void gdb_debug_enter(m68k_context * context, uint32_t pc);
7
8#endif //GDB_REMOTE_H_