--- np2/cbus/sasiio.h 2004/01/22 01:10:03 1.1 +++ np2/cbus/sasiio.h 2007/11/03 00:00:19 1.3 @@ -8,16 +8,16 @@ typedef struct { UINT8 error; UINT8 unit; UINT8 isrint; - BYTE cmd[6]; + UINT8 cmd[6]; UINT cmdpos; - BYTE sens[4]; + UINT8 sens[4]; UINT senspos; UINT c2pos; UINT32 sector; UINT blocks; UINT datpos; UINT datsize; - BYTE dat[256]; + UINT8 dat[256]; } _SASIIO, *SASIIO; #ifdef __cplusplus @@ -32,7 +32,7 @@ REG8 DMACCALL sasi_dmafunc(REG8 func); REG8 DMACCALL sasi_dataread(void); void DMACCALL sasi_datawrite(REG8 data); -void sasiio_reset(void); +void sasiio_reset(const NP2CFG *pConfig); void sasiio_bind(void); #ifdef __cplusplus