blob: ee1446069ecbfaf215008719dd60e1fdb3b7f818 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* Copyright 2020-2021 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef IFC_NOR_H
#define IFC_NOR_H
int ifc_nor_init(uintptr_t flash_addr, size_t flash_size);
#endif /*IFC_NOR_H*/
|