--- np2/cbus/ideio.h 2004/08/06 15:03:50 1.4 +++ np2/cbus/ideio.h 2005/03/05 06:02:28 1.6 @@ -27,7 +27,7 @@ typedef struct { UINT bufpos; UINT bufsize; - BYTE buf[512]; + UINT8 buf[512]; } _IDEDRV, *IDEDRV; typedef struct { @@ -124,6 +124,7 @@ REG16 IOINPCALL ideio_r16(UINT port); void ideio_reset(void); void ideio_bind(void); +void ideio_notify(REG8 sxsidrv, UINT action); #ifdef __cplusplus }