Add v0.7 source
This commit is contained in:
commit
3c253c2cf8
188 changed files with 52566 additions and 0 deletions
9
src/cdrom-ioctl.h
Normal file
9
src/cdrom-ioctl.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#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 */
|
||||
Loading…
Reference in a new issue