00001 00011 /* Copyright (C) 1998-2001 Benjamin Gerard */ 00012 00013 #ifndef _MW_IO_H_ 00014 #define _MW_IO_H_ 00015 00016 #include "emu68/struct68.h" 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif 00021 00023 extern io68_t mw_io; 00024 00025 #ifdef __cplusplus 00026 } 00027 #endif 00028 00029 #endif /* #ifndef _MW_IO_H_ */