Files
pcem/includes/private/cdrom/cdrom-null.h
Michael J. Manley b90076487e This is it for the Refactoring. This is the final layout for everything.
Any more refactoring, will request RFC
2022-01-25 00:03:44 -08:00

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 */