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

17
src/cdrom_ioctl.h Normal file
View File

@@ -0,0 +1,17 @@
/* Copyright holders: Sarah Walker, Tenshi
see COPYING for more details
*/
#ifndef CDROM_IOCTL_H
#define CDROM_IOCTL_H
/* this header file lists the functions provided by
various platform specific cdrom-ioctl files */
extern uint32_t cdrom_capacity;
extern int ioctl_open(uint8_t id, char d);
extern void ioctl_reset(uint8_t id);
extern void ioctl_close(uint8_t id);
#endif /* ! CDROM_IOCTL_H */