pcem/src/cdrom-ioctl.h
TomW 0faa803061 CD-ROM changes from Battler, including :
- New disc change handling
- Additional ATAPI commands
- CD drive-level volume control
2016-03-08 20:47:05 +00:00

11 lines
263 B
C

#ifndef CDROM_IOCTL_H
#define CDROM_IOCTL_H
/* this header file lists the functions provided by
various platform specific cdrom-ioctl files */
extern int ioctl_open(char d);
extern void ioctl_reset();
extern void ioctl_close();
#endif /* ! CDROM_IOCTL_H */