1 /*
2  * E-UAE - The portable Amiga Emulator
3  *
4  * MC68000 emulation - machine-dependent optimized operations
5  *
6  * (c) 2004-2005 Richard Drummond
7  */
8 
9 #ifndef EUAE_MACHDEP_M68KOPS_H
10 #define EUAE_MACHDEP_M68KOPS_H
11 
12 /* dummy */
13 
14 #endif /* EUAE_MACHDEP_M68KOPS_H */
15