diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-09 04:10:37 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-09 04:10:37 +0000 |
commit | b7758fab6d4d6406807ae0dc213e149d7101a69b (patch) | |
tree | b8ec70d5e5a684ce654d5992be905235f0083083 /sys/dev | |
parent | f71f4d196fd1a1a4462fd904e6e8206d3083f7b1 (diff) |
include dev/hid/hid.h from dev/usb/usbhid.h, so all previous users
of it get the HID framework as they used to
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usbhid.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index fe7d46285fd..f85ab9fb0fc 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbhid.h,v 1.20 2016/01/09 02:01:06 jcs Exp $ */ +/* $OpenBSD: usbhid.h,v 1.21 2016/01/09 04:10:36 jcs Exp $ */ /* $NetBSD: usbhid.h,v 1.11 2001/12/28 00:20:24 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbhid.h,v 1.7 1999/11/17 22:33:51 n_hibma Exp $ */ @@ -36,6 +36,8 @@ #ifndef _USBHID_H_ #define _USBHID_H_ +#include <dev/hid/hid.h> + #define UR_GET_HID_DESCRIPTOR 0x06 #define UDESC_HID 0x21 #define UDESC_REPORT 0x22 |