--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/sh4/sh4dasm.h Sat Mar 13 00:03:32 2004 +0000 @@ -0,0 +1,20 @@ +#ifndef sh4dasm_H +#define sh4dasm_H 1 + +#ifdef __cplusplus +extern "C" { +#if 0 +} +#endif +#endif + +#include + +int sh4_disasm_instruction( int pc, char *buf, int len ); +void sh4_disasm_region( FILE *f, int from, int to, int load_addr ); + +#ifdef __cplusplus +} +#endif + +#endif