9 lines
212 B
C
9 lines
212 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);
|
|
|
|
#endif /* ! CDROM_IOCTL_H */
|