diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-17 07:53:12 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-17 07:53:12 +0000 |
commit | 6ec270534585122c27ad60883fde5253386d9830 (patch) | |
tree | 9248500ab14b04dec655db5f30d380950b35f9ff /sys/dev/usb/usb.h | |
parent | ad5e118396fcd2a9b7b0e050d2afe54576f65cba (diff) |
No longer include usb_port.h, all macros have been converted to their C
counterparts.
Revert usb_port.h to it's original form with all the macro definitions to
ease the import of new drivers from other BSDs.
after discussion with deraadt; feedback from mk, miod, jsg, dlg.
ok dlg.
Diffstat (limited to 'sys/dev/usb/usb.h')
-rw-r--r-- | sys/dev/usb/usb.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 7524faa067d..ac1c866d202 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb.h,v 1.27 2007/06/09 11:06:53 mbalmer Exp $ */ +/* $OpenBSD: usb.h,v 1.28 2007/06/17 07:53:11 mbalmer Exp $ */ /* $NetBSD: usb.h,v 1.69 2002/09/22 23:20:50 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */ @@ -48,10 +48,6 @@ #include <sys/ioctl.h> -#if defined(_KERNEL) -#include <dev/usb/usb_port.h> -#endif /* _KERNEL */ - #define USB_STACK_VERSION 2 #define USB_MAX_DEVICES 128 |