aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hidraw.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-08 10:20:36 +0200
committerJiri Kosina <jkosina@suse.cz>2008-04-22 11:34:59 +0200
commit0dd91544429188b496a8136e3cffb337ff6f056b (patch)
tree4eb52c4f699cafc27b01745056656070b4cc1da9 /include/linux/hidraw.h
parentHID: WiseGroup 866 Dual Joypad needs output reports quirk (diff)
downloadlinux-dev-0dd91544429188b496a8136e3cffb337ff6f056b.tar.xz
linux-dev-0dd91544429188b496a8136e3cffb337ff6f056b.zip
HID: export headers properly
I have people whining about using these headers in userspace, and they have __KERNEL__ markings which implies they're supposed to be exported. I also added the required linux/types.h include to hidraw.h since it uses the __u## kernel types. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: Jiri Kosina <jikos@jikos.cz> Cc: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/hidraw.h')
-rw-r--r--include/linux/hidraw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hidraw.h b/include/linux/hidraw.h
index 0536f299f7ff..dbb5c8c374f0 100644
--- a/include/linux/hidraw.h
+++ b/include/linux/hidraw.h
@@ -16,6 +16,7 @@
*/
#include <linux/hid.h>
+#include <linux/types.h>
struct hidraw_report_descriptor {
__u32 size;