rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | #ifndef __USB_SWITCH_H__ |
2 | #define __USB_SWITCH_H__ | ||||
3 | |||||
4 | #include "function_common.h" | ||||
5 | #include <log/log.h> | ||||
6 | #include <stdio.h> | ||||
7 | #include <string.h> | ||||
8 | #include <stdlib.h> | ||||
9 | |||||
10 | |||||
11 | |||||
12 | int usb_switch_test(char *api,char *string); | ||||
13 | int enable_gadget(char **argv); | ||||
14 | int tether_gadget_on(char **argv); | ||||
15 | int disable_gadget(char **argv); | ||||
16 | int tether_gadget_off(char **argv); | ||||
17 | #endif |