/* * Copyright 2013-2016 Freescale Semiconductor, Inc. * Copyright 2016-2020 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef FSL_FLASH_H #define FSL_FLASH_H #include "fsl_ftfx_cache.h" #include "fsl_ftfx_flash.h" #if FSL_FEATURE_FLASH_HAS_FLEX_NVM #include "fsl_ftfx_flexnvm.h" #endif /*! * @addtogroup flash_driver * @{ */ /******************************************************************************* * Definitions ******************************************************************************/ /******************************************************************************* * API ******************************************************************************/ #if defined(__cplusplus) extern "C" { #endif #if defined(__cplusplus) } #endif /*! @}*/ #endif /* FSL_FLASH_H */