ql_sdmmc_demo.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*================================================================
  2. Copyright (c) 2021, Quectel Wireless Solutions Co., Ltd. All rights reserved.
  3. Quectel Wireless Solutions Proprietary and Confidential.
  4. =================================================================*/
  5. /*=================================================================
  6. EDIT HISTORY FOR MODULE
  7. This section contains comments describing changes made to the module.
  8. Notice that changes are listed in reverse chronological order.
  9. WHEN WHO WHAT, WHERE, WHY
  10. ------------ ------- -------------------------------------------------------------------------------
  11. =================================================================*/
  12. #ifndef _SDMMCDEMO_H
  13. #define _SDMMCDEMO_H
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /*===========================================================================
  18. * Enumeration Definition
  19. ===========================================================================*/
  20. /*===========================================================================
  21. * Struct
  22. ===========================================================================*/
  23. typedef int QlSDMMCStatus;
  24. typedef void * ql_task_t;
  25. /*===========================================================================
  26. * Functions declaration
  27. ===========================================================================*/
  28. void ql_sdmmc_app_init(void);
  29. #ifdef __cplusplus
  30. } /*"C" */
  31. #endif
  32. #endif /* _SDMMCDEMO_H */