--- np2/io/sysport.h 2003/10/16 17:57:57 1.1.1.1 +++ np2/io/sysport.h 2007/11/03 00:00:20 1.3 @@ -1,6 +1,6 @@ typedef struct { - BYTE c; + UINT8 c; } _SYSPORT, *SYSPORT; @@ -8,7 +8,7 @@ typedef struct { extern "C" { #endif -void systemport_reset(void); +void systemport_reset(const NP2CFG *pConfig); void systemport_bind(void); #ifdef __cplusplus