usbh_bsp_msc.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*
  2. *********************************************************************************************************
  3. *
  4. * 模块名称 : USB HOST 驱动模块,大容量存储设备
  5. * 文件名称 : usbh_bsp_msc.h
  6. * 版 本 : V1.0
  7. * 说 明 : 应用程序包含本头文件,即可使用读写U盘的功能函数
  8. *
  9. * 修改记录 :
  10. * 版本号 日期 作者 说明
  11. * V1.0 2013-02-01 armfly 正式发布
  12. *
  13. * Copyright (C), 2013-2014, 安富莱电子 www.armfly.com
  14. *
  15. *********************************************************************************************************
  16. */
  17. #ifndef _USBH_BSP_USR_H
  18. #define _USBH_BSP_USR_H
  19. #include "usb_bsp.h"
  20. #include "usb_conf.h"
  21. #include "usb_hcd_int.h"
  22. #include "usbh_core.h"
  23. #include "usbh_msc_bot.h"
  24. #include "usbh_msc_core.h"
  25. #include "usbh_msc_scsi.h"
  26. #include "usbh_usr.h"
  27. // void usbd_OpenMassStorage(void);
  28. // void usbd_CloseMassStorage(void);
  29. extern USB_OTG_CORE_HANDLE USB_OTG_Core;
  30. extern USBH_HOST USB_Host;
  31. #endif
  32. /***************************** 安富莱电子 www.armfly.com (END OF FILE) *********************************/