mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 09:26:45 +07:00
7d1896360f
The include/uapi/linux/usb/cdc-wdm.h header defines cdc-wdm
userspace APIs and should be exported by make headers_install.
Cc: <stable@vger.kernel.org> # 3.10, 3.12, 3.14
Fixes: 3edce1cf81
("USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# UAPI Header export list
|
|
header-y += audio.h
|
|
header-y += cdc.h
|
|
header-y += cdc-wdm.h
|
|
header-y += ch11.h
|
|
header-y += ch9.h
|
|
header-y += functionfs.h
|
|
header-y += g_printer.h
|
|
header-y += gadgetfs.h
|
|
header-y += midi.h
|
|
header-y += tmc.h
|
|
header-y += video.h
|