1 /*
2  * Copyright 2013-2016 Freescale Semiconductor, Inc.
3  * Copyright 2016-2020 NXP
4  * All rights reserved.
5  *
6  * SPDX-License-Identifier: BSD-3-Clause
7  *
8  */
9 
10 #ifndef FSL_FLASH_H
11 #define FSL_FLASH_H
12 
13 #include "fsl_ftfx_cache.h"
14 #include "fsl_ftfx_flash.h"
15 #if FSL_FEATURE_FLASH_HAS_FLEX_NVM
16 #include "fsl_ftfx_flexnvm.h"
17 #endif
18 
19 /*!
20  * @addtogroup flash_driver
21  * @{
22  */
23 /*******************************************************************************
24  * Definitions
25  ******************************************************************************/
26 
27 /*******************************************************************************
28  * API
29  ******************************************************************************/
30 
31 #if defined(__cplusplus)
32 extern "C" {
33 #endif
34 
35 #if defined(__cplusplus)
36 }
37 #endif
38 
39 /*! @}*/
40 
41 #endif /* FSL_FLASH_H */
42