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