00001
00011
00012
00013 #ifndef _SHIFTER_IO_H_
00014 #define _SHIFTER_IO_H_
00015
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019
00020 #include "emu68/struct68.h"
00021
00028 extern io68_t shifter_io;
00029
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033
00034 #endif