diff options
author | 2001-08-23 16:56:58 +0000 | |
---|---|---|
committer | 2001-08-23 16:56:58 +0000 | |
commit | 892fe15fe400360d8e11dce356cafc97f9247c8d (patch) | |
tree | b51d32582a04b457066b2a9e4e59b1152f36a05e | |
parent | ignore EEXIST for SPDADD on KAME; ok ho@ (diff) | |
download | wireguard-openbsd-892fe15fe400360d8e11dce356cafc97f9247c8d.tar.xz wireguard-openbsd-892fe15fe400360d8e11dce356cafc97f9247c8d.zip |
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 |