diff options
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index cc4f06aa508..29a46411183 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.63 2007/05/20 00:52:26 jsg Exp $ */ +/* $OpenBSD: usb_port.h,v 1.64 2007/05/21 05:03:45 jsg Exp $ */ /* $NetBSD: usb_port.h,v 1.62 2003/02/15 18:33:30 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -102,9 +102,6 @@ typedef struct proc *usb_proc_ptr; #define UHIDBUSCF_REPORTID 0 #define UHIDBUSCF_REPORTID_DEFAULT -1 -#define bswap32(x) swap32(x) -#define bswap16(x) swap16(x) - #define mstohz(ms) ((ms) * hz / 1000) /* |