PCem

view src/cdrom-null.h @ 154:d0d530adce12

Initial port to Linux (using Allegro). 64-bit fixes. Some changes to aid portability. A few other tweaks.
author TomW
date Thu Sep 04 21:07:24 2014 +0100
parents
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 cdrom_null_open(char d);
8 extern void cdrom_null_reset();
10 #endif /* ! CDROM_IOCTL_H */