PCem

view src/cdrom-ioctl.h @ 148:d08a822e6603

Force CD-ROM TOC to be loaded on startup, booting from CD-ROM should be more reliable.
author TomW
date Thu Aug 21 20:44:18 2014 +0100
parents bba9a2b71a78
children
line source
1 #ifndef CDROM_IOCTL_H
2 #define CDROM_IOCTL_H
4 /* this header file lists the functions provided by
5 various platform specific cdrom-ioctl files */
7 extern int ioctl_open(char d);
8 extern void ioctl_reset();
10 #endif /* ! CDROM_IOCTL_H */