mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 16:30:06 +00:00
7 lines
102 B
C
7 lines
102 B
C
|
#ifndef __DIS_DEFINES__
|
||
|
#define __DIS_DEFINES__
|
||
|
|
||
|
unsigned int disassemble(unsigned int addr);
|
||
|
|
||
|
#endif
|