ql_boot_spi4_exnsffs_cfg.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /** @file
  2. ql_boot_spi4_exnsffs_cfg.h
  3. @brief
  4. This file is used to define ql_boot_spi4_exnsffs_cfg api for different Quectel Project.
  5. */
  6. /*================================================================
  7. Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
  8. Quectel Wireless Solution Proprietary and Confidential.
  9. =================================================================*/
  10. /*=================================================================
  11. EDIT HISTORY FOR MODULE
  12. This section contains comments describing changes made to the module.
  13. Notice that changes are listed in reverse chronological order.
  14. WHEN WHO WHAT, WHERE, WHY
  15. ------------ ------- -------------------------------------------------------------------------------
  16. =================================================================*/
  17. #ifndef QL_BOOT_SPI4EXNSFFS_CFG_H
  18. #define QL_BOOT_SPI4EXNSFFS_CFG_H
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. /*****************************************************************
  23. * Function: ql_boot_spi4_nor_flash_init
  24. *
  25. * Description:
  26. * boot spi4 ext nor flash init.
  27. *
  28. * Parameters:
  29. *
  30. * Return:
  31. *
  32. *
  33. *
  34. *****************************************************************/
  35. void ql_boot_spi4_nor_flash_init(void);
  36. #ifdef __cplusplus
  37. } /*"C" */
  38. #endif
  39. #endif /* QL_BOOT_SPI4EXNSFFS_CFG_H */