mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove no longer existant CDIOCREADAUDIO ioctl.
This commit is contained in:
parent
7e8766a940
commit
0d9fab2f65
1 changed files with 0 additions and 9 deletions
|
|
@ -274,13 +274,4 @@ struct ioc_capability { /*<2>*/
|
|||
|
||||
#define CDIOCCAPABILITY _IOR('c',30,struct ioc_capability) /*<2>*/
|
||||
|
||||
struct ioc_read_audio {
|
||||
u_char address_format;
|
||||
union msf_lba address;
|
||||
int nframes;
|
||||
u_char* buffer;
|
||||
};
|
||||
|
||||
#define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio)
|
||||
|
||||
#endif /* !_SYS_CDIO_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue