1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR and

CDRIOCBLANK ioctls rather than duplicating them.
This commit is contained in:
Peter Wemm 1999-10-01 14:14:20 +00:00
parent fd1313cbc6
commit fe49e6c57c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51841

View File

@ -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)