Define the SCBUSIORESET ioctl (no argument).
This commit is contained in:
parent
030e6d4f1d
commit
4898b61ee2
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: scsiio.h,v 1.6 1998/10/10 02:37:28 thorpej Exp $ */
|
/* $NetBSD: scsiio.h,v 1.7 1998/10/10 03:18:51 thorpej Exp $ */
|
||||||
|
|
||||||
#ifndef _SYS_SCSIIO_H_
|
#ifndef _SYS_SCSIIO_H_
|
||||||
#define _SYS_SCSIIO_H_
|
#define _SYS_SCSIIO_H_
|
||||||
@ -88,4 +88,6 @@ struct scbusioscan_args {
|
|||||||
};
|
};
|
||||||
#define SCBUSIOSCAN _IOW('U', 0, struct scbusioscan_args)
|
#define SCBUSIOSCAN _IOW('U', 0, struct scbusioscan_args)
|
||||||
|
|
||||||
|
#define SCBUSIORESET _IO('U', 1) /* reset SCSI bus */
|
||||||
|
|
||||||
#endif /* _SYS_SCSIIO_H_ */
|
#endif /* _SYS_SCSIIO_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user