mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
a5262dcfda
Make sure gadgetfs userspace interface is properly exported: - Move <linux/usb_gadgetfs.h> to <linux/usb/gadgetfs.h>; - Export it using Kbuild; - Add an #include guard; - Correct some internal documentation; - Update struct layout so it's the same on 32/64 bit kernels. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
7 lines
104 B
Makefile
7 lines
104 B
Makefile
unifdef-y += audio.h
|
|
unifdef-y += cdc.h
|
|
unifdef-y += ch9.h
|
|
unifdef-y += gadgetfs.h
|
|
unifdef-y += midi.h
|
|
|