hv_drv_UsbMusbDrv.h 353 B

123456789101112131415161718
  1. /*
  2. * @file hv_drv_UsbMusbDrv.h
  3. * @brief Header file of musb driver.
  4. *
  5. * @author HiView SoC Software Team
  6. * @version 1.0.0
  7. * @date 2022-06-15
  8. */
  9. #ifndef __HV_DRV_USB_MUSB_DRV_H
  10. #define __HV_DRV_USB_MUSB_DRV_H
  11. #include "hv_drv_UsbCoreDevice.h"
  12. void drv_plat_init(struct platform_device *pdev);
  13. void drv_plat_exit(struct platform_device *pdev);
  14. #endif