hal_manager.h 201 B

12345678910111213141516
  1. #ifndef SUNXI_HAL_MANAGER_H
  2. #define SUNXI_HAL_MANAGER_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int hal_usb_manager_init(void);
  7. int hal_usb_manager_deinit(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif