1 /*
2  * Copyright (c) 2022,  NXP
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 
6 
7 #ifndef _FLASH_CLOCK_SETUP_H_
8 #define _FLASH_CLOCK_SETUP_H_
9 
10 #include "fsl_common.h"
11 
12 void flexspi_clock_safe_config(void);
13 void flexspi_setup_clock(FLEXSPI_Type *base, uint32_t src, uint32_t divider);
14 
15 #endif /* _FLASH_CLOCK_SETUP_H_ */
16