X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fcdintf.h;fp=src%2Finclude%2Fcdintf.h;h=0000000000000000000000000000000000000000;hb=920ff84436f9539af4e893ed3857a22a554ffd72;hp=020af47cbfa3ce1ecfc9281d9715c6133f61c0bc;hpb=3876935d4b4efbeaa387e0ddd36171fc88614a49;p=virtualjaguar diff --git a/src/include/cdintf.h b/src/include/cdintf.h deleted file mode 100644 index 020af47..0000000 --- a/src/include/cdintf.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// CDINTF.H: OS agnostic CDROM access funcions -// -// by James L. Hammons -// - -#ifndef __CDINTF_H__ -#define __CDINTF_H__ - -#include "types.h" - -bool CDIntfInit(void); -void CDIntfDone(void); -bool CDIntfReadBlock(uint32, uint8 *); -uint32 CDIntfGetNumSessions(void); -void CDIntfSelectDrive(uint32); -uint32 CDIntfGetCurrentDrive(void); -const uint8 * CDIntfGetDriveName(uint32); -uint8 CDIntfGetSessionInfo(uint32, uint32); -uint8 CDIntfGetTrackInfo(uint32, uint32); - -#endif // __CDINTF_H__