summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.c
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>1999-08-31 07:42:50 +0000
committerfgsch <fgsch@openbsd.org>1999-08-31 07:42:50 +0000
commit3a4e8ece38d49a24437c137f1d7ae58201fa2e28 (patch)
tree36a4069aa56e87540042df5ff909d53b53bc3f87 /sys/dev/usb/usb.c
parentstart amd in /etc/amd; so that if ${amd_master} contains map names, and we (diff)
downloadwireguard-openbsd-3a4e8ece38d49a24437c137f1d7ae58201fa2e28.tar.xz
wireguard-openbsd-3a4e8ece38d49a24437c137f1d7ae58201fa2e28.zip
sync with NetBSD;
struct device->bdevice.
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r--sys/dev/usb/usb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c
index b343778ed8d..6846597930b 100644
--- a/sys/dev/usb/usb.c
+++ b/sys/dev/usb/usb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: usb.c,v 1.3 1999/08/19 08:18:39 fgsch Exp $ */
+/* $OpenBSD: usb.c,v 1.4 1999/08/31 07:42:50 fgsch Exp $ */
/* $NetBSD: usb.c,v 1.17 1999/08/17 16:06:21 augustss Exp $ */
/*
@@ -457,7 +457,7 @@ usb_needs_explore(bus)
int
usb_activate(self, act)
- struct device *self;
+ bdevice *self;
enum devact act;
{
panic("usb_activate\n");
@@ -466,7 +466,7 @@ usb_activate(self, act)
int
usb_detach(self, flags)
- struct device *self;
+ bdevice *self;
int flags;
{
panic("usb_detach\n");