The, uhh, missing stufff.........

This commit is contained in:
waltje
2017-05-18 14:03:43 -04:00
parent c5bb5db754
commit a4a69f71eb
50 changed files with 16436 additions and 6 deletions

14
src/cdrom_null.h Normal file
View File

@@ -0,0 +1,14 @@
/* Copyright holders: Sarah Walker
see COPYING for more details
*/
#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(uint8_t id, char d);
void cdrom_null_reset(uint8_t id);
void null_close(uint8_t id);
#endif /* ! CDROM_NULL_H */