1 #ifndef SUNXI_HAL_MANAGER_H
2 #define SUNXI_HAL_MANAGER_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 int hal_usb_manager_init(void);
9 
10 int hal_usb_manager_deinit(void);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
17