xref: /rk3399_ARM-atf/include/drivers/nxp/ifc/ifc_nor.h (revision fc8d2d3980352f92cf378155c1f4449b4a0ab4c0)
1 /*
2  * Copyright 2020-2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef IFC_NOR_H
9 #define IFC_NOR_H
10 
11 
12 int ifc_nor_init(uintptr_t flash_addr, size_t flash_size);
13 
14 #endif /*IFC_NOR_H*/
15