Files
86Box/src/cdrom-ioctl.h

13 lines
268 B
C
Raw Normal View History

#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(void);
#endif /* ! CDROM_IOCTL_H */