view 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
line wrap: on
line source

#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_