1 #ifndef CYCLE_MAP_H_ 2 #define CYCLE_MAP_H_ 3 4 #define CYCLE_MAP_SIZE (114 + 9) 5 extern int CYCLE_MAP_cpu2antic[CYCLE_MAP_SIZE * (17 * 7 + 1)]; 6 extern int CYCLE_MAP_antic2cpu[CYCLE_MAP_SIZE * (17 * 7 + 1)]; 7 void CYCLE_MAP_Create(void); 8 9 #endif /* CYCLE_MAP_H_ */ 10