1 /*
2  * Copyright 2020 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef FLEXSPI_NOR_H
9 #define FLEXSPI_NOR_H
10 
11 int flexspi_nor_io_setup(uintptr_t nxp_flexspi_flash_addr,
12 			 size_t nxp_flexspi_flash_size,
13 			 uint32_t fspi_base_reg_addr);
14 
15 #endif /*	FLEXSPI_NOR_H	*/
16