mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 11:43:03 +02:00
12 lines
248 B
C
12 lines
248 B
C
#ifndef CDROM_NULL_H
|
|
#define CDROM_NULL_H
|
|
|
|
/* this header file lists the functions provided by
|
|
various platform specific cdrom-ioctl files */
|
|
|
|
int cdrom_null_open(char d);
|
|
void cdrom_null_reset();
|
|
void null_close();
|
|
|
|
#endif /* ! CDROM_NULL_H */
|