File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
* modify it under the terms of the GNU General Public License
8
8
* version 2 as published by the Free Software Foundation.
9
9
*/
10
+ #ifndef __LINUX_USB_CDC_H
11
+ #define __LINUX_USB_CDC_H
10
12
11
13
#include <uapi/linux/usb/cdc.h>
12
14
@@ -45,3 +47,5 @@ int cdc_parse_cdc_header(struct usb_cdc_parsed_header *hdr,
45
47
struct usb_interface * intf ,
46
48
u8 * buffer ,
47
49
int buflen );
50
+
51
+ #endif /* __LINUX_USB_CDC_H */
Original file line number Diff line number Diff line change 6
6
* firmware based USB peripherals.
7
7
*/
8
8
9
- #ifndef __LINUX_USB_CDC_H
10
- #define __LINUX_USB_CDC_H
9
+ #ifndef __UAPI_LINUX_USB_CDC_H
10
+ #define __UAPI_LINUX_USB_CDC_H
11
11
12
12
#include <linux/types.h>
13
13
@@ -444,4 +444,4 @@ struct usb_cdc_ncm_ndp_input_size {
444
444
#define USB_CDC_NCM_CRC_NOT_APPENDED 0x00
445
445
#define USB_CDC_NCM_CRC_APPENDED 0x01
446
446
447
- #endif /* __LINUX_USB_CDC_H */
447
+ #endif /* __UAPI_LINUX_USB_CDC_H */
You can’t perform that action at this time.
0 commit comments