--- np2/fdd/sxsicd.h 2005/03/05 16:35:49 1.2 +++ np2/fdd/sxsicd.h 2005/04/06 16:46:07 1.6 @@ -8,7 +8,16 @@ enum { SXSIMEDIA_AUDIO = 0x20 }; -BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *file); +typedef struct { + UINT8 type; + UINT8 track; + UINT32 pos; +} _CDTRK, *CDTRK; + +BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *fname); + +CDTRK sxsicd_gettrk(SXSIDEV sxsi, UINT *tracks); +BRESULT sxsicd_readraw(SXSIDEV sxsi, long pos, void *buf); #ifdef __cplusplus }