/** @file ql_boot_spi4_exnsffs_cfg.h @brief This file is used to define ql_boot_spi4_exnsffs_cfg api for different Quectel Project. */ /*================================================================ Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved. Quectel Wireless Solution Proprietary and Confidential. =================================================================*/ /*================================================================= EDIT HISTORY FOR MODULE This section contains comments describing changes made to the module. Notice that changes are listed in reverse chronological order. WHEN WHO WHAT, WHERE, WHY ------------ ------- ------------------------------------------------------------------------------- =================================================================*/ #ifndef QL_BOOT_SPI4EXNSFFS_CFG_H #define QL_BOOT_SPI4EXNSFFS_CFG_H #ifdef __cplusplus extern "C" { #endif /***************************************************************** * Function: ql_boot_spi4_nor_flash_init * * Description: * boot spi4 ext nor flash init. * * Parameters: * * Return: * * * *****************************************************************/ void ql_boot_spi4_nor_flash_init(void); #ifdef __cplusplus } /*"C" */ #endif #endif /* QL_BOOT_SPI4EXNSFFS_CFG_H */