aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2010-04-30 12:42:23 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-20 16:21:40 -0400
commit3b02ca3218cf878e206545041aa811073e4f6c79 (patch)
tree079757cdb134a5ae7bba75ad8a863a622c4b7fd2 /include/linux/usb
parentbeb7b04a09a9da8b12417f7b74fbcceedb087fc3 (diff)
USB: export the new ch11.h file to userspce
This patch (as1374) cleans up a few loose ends in the include/linux/usb/ch11.h header file and exports it to userspace. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: Eric Lescouet <Eric.Lescouet@virtuallogix.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/Kbuild1
-rw-r--r--include/linux/usb/ch11.h10
2 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild
index 29fd73b0bffc..51410e0200cf 100644
--- a/include/linux/usb/Kbuild
+++ b/include/linux/usb/Kbuild
@@ -1,6 +1,7 @@
1header-y += audio.h 1header-y += audio.h
2header-y += cdc.h 2header-y += cdc.h
3header-y += ch9.h 3header-y += ch9.h
4header-y += ch11.h
4header-y += gadgetfs.h 5header-y += gadgetfs.h
5header-y += midi.h 6header-y += midi.h
6header-y += g_printer.h 7header-y += g_printer.h
diff --git a/include/linux/usb/ch11.h b/include/linux/usb/ch11.h
index bd3185aba4ee..119194c85d10 100644
--- a/include/linux/usb/ch11.h
+++ b/include/linux/usb/ch11.h
@@ -6,12 +6,10 @@
6 * drivers. 6 * drivers.
7 */ 7 */
8 8
9#ifndef __LINUX_HUB_H 9#ifndef __LINUX_CH11_H
10#define __LINUX_HUB_H 10#define __LINUX_CH11_H
11 11
12#include <linux/list.h> 12#include <linux/types.h> /* __u8 etc */
13#include <linux/workqueue.h>
14#include <linux/compiler.h> /* likely()/unlikely() */
15 13
16/* 14/*
17 * Hub request types 15 * Hub request types
@@ -166,4 +164,4 @@ enum hub_led_mode {
166#define HUB_TTTT_24_BITS 0x40 164#define HUB_TTTT_24_BITS 0x40
167#define HUB_TTTT_32_BITS 0x60 165#define HUB_TTTT_32_BITS 0x60
168 166
169#endif /* __LINUX_HUB_H */ 167#endif /* __LINUX_CH11_H */