]> Git Repo - J-linux.git/blob - include/linux/usb/g_hid.h
Merge tag 'ktest-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[J-linux.git] / include / linux / usb / g_hid.h
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * g_hid.h -- Header file for USB HID gadget driver
4  *
5  * Copyright (C) 2010 Fabien Chouteau <[email protected]>
6  */
7
8 #ifndef __LINUX_USB_G_HID_H
9 #define __LINUX_USB_G_HID_H
10
11 struct hidg_func_descriptor {
12         unsigned char           subclass;
13         unsigned char           protocol;
14         unsigned short          report_length;
15         unsigned short          report_desc_length;
16         unsigned char           report_desc[];
17 };
18
19 #endif /* __LINUX_USB_G_HID_H */
This page took 0.029297 seconds and 4 git commands to generate.