diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-08-23 16:56:59 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-08-23 16:56:59 +0000 |
commit | 419150484f58f440a7662da130356d1e7a254ee1 (patch) | |
tree | e35fe77923b290308c7d3c779b9a77acc1314f44 | |
parent | 606f14b8ba28859679b4e31d00f6b0c3085ec604 (diff) |
Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index ec564ed14ce..25ad56e1df1 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.27 2001/06/25 04:05:51 fgsch Exp $ */ +/* $OpenBSD: usb_port.h,v 1.28 2001/08/23 16:56:58 csapuntz Exp $ */ /* $NetBSD: usb_port.h,v 1.42 2001/03/28 19:00:39 ichiro Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -224,6 +224,8 @@ __CONCAT(dname,_detach)(self, flags) \ #define scsipi_minphys scsi_minphys #define scsipi_sense scsi_sense #define scsipi_xfer scsi_xfer +#define show_scsipi_xs show_scsi_xs +#define show_scsipi_cmd show_scsi_cmd #define xs_control flags #define xs_status status |