diff options
Diffstat (limited to 'sys/dev/usb/usbhid.h')
-rw-r--r-- | sys/dev/usb/usbhid.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index a6552b5..fbc1704 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -54,10 +54,6 @@ #define UR_GET_PROTOCOL 0x03 #define UR_SET_PROTOCOL 0x0b -#if defined(__FreeBSD__) -#define UPACKED __attribute__ ((packed)) -#endif - typedef struct usb_hid_descriptor { uByte bLength; uByte bDescriptorType; |