mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR and
CDRIOCBLANK ioctls rather than duplicating them.
This commit is contained in:
parent
fd1313cbc6
commit
fe49e6c57c
1 changed files with 0 additions and 3 deletions
|
|
@ -348,6 +348,3 @@ struct acd_softc {
|
|||
struct wormio_prepare_track preptrack; /* scratch region */
|
||||
struct devstat *stats; /* devstat entry */
|
||||
};
|
||||
|
||||
#define CDRIOCBLANK _IO('c',100) /* blank a CDRW disc */
|
||||
#define CDRIOCNEXTWRITEABLEADDR _IOR('c',101,int)
|
||||
|
|
|
|||
Loading…
Reference in a new issue