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