mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-25 07:32:17 +00:00
10 lines
191 B
C
10 lines
191 B
C
|
#ifndef _mapping_h_
|
||
|
#define _mapping_h_
|
||
|
|
||
|
#include "syn68k_private.h"
|
||
|
|
||
|
extern const uint16 opcode_map_index[];
|
||
|
extern const OpcodeMappingInfo opcode_map_info[];
|
||
|
|
||
|
#endif /* Not _mapping_h_ */
|