--- np2/io/necio.h 2004/01/05 06:05:11 1.1 +++ np2/io/necio.h 2007/11/03 00:00:20 1.3 @@ -1,9 +1,13 @@ +typedef struct { + UINT8 port0439; +} _NECIO, *NECIO; + #ifdef __cplusplus extern "C" { #endif -void necio_reset(void); +void necio_reset(const NP2CFG *pConfig); void necio_bind(void); #ifdef __cplusplus