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>
6 lines
104 B
Makefile
6 lines
104 B
Makefile
unifdef-y += audio.h
|
|
unifdef-y += cdc.h
|
|
unifdef-y += ch9.h
|
|
unifdef-y += gadgetfs.h
|
|
unifdef-y += midi.h
|
|
|