mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-04-09 19:37:30 +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
|