blob: 1021e449f7d566d45d2d063b4e8e7a5491b45632 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#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
12int usb_switch_test(char *api,char *string);
13int enable_gadget(char **argv);
14int tether_gadget_on(char **argv);
15int disable_gadget(char **argv);
16int tether_gadget_off(char **argv);
17#endif