diff options
Diffstat (limited to 'sys/dev/aac/aac_ioctl.h')
-rw-r--r-- | sys/dev/aac/aac_ioctl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/aac/aac_ioctl.h b/sys/dev/aac/aac_ioctl.h index 9dac2ab..f01cf70 100644 --- a/sys/dev/aac/aac_ioctl.h +++ b/sys/dev/aac/aac_ioctl.h @@ -35,8 +35,7 @@ #define AACQ_BIO 1 #define AACQ_READY 2 #define AACQ_BUSY 3 -#define AACQ_COMPLETE 4 -#define AACQ_COUNT 5 /* total number of queues */ +#define AACQ_COUNT 4 /* total number of queues */ struct aac_qstat { u_int32_t q_length; |