1 /*
2  * Copyright (c) 2015, Freescale Semiconductor, Inc.
3  * Copyright 2016-2017 NXP
4  * All rights reserved.
5  *
6  * SPDX-License-Identifier: BSD-3-Clause
7  */
8 
9 /*! \file driver_KSDK_NVM.h
10     \brief middleware driver for NVM on Kinetis devices
11 */
12 
13 #ifndef DRVNVM_H
14 #define DRVNVM_H
15 
16 byte NVM_SetBlockFlash(uint8_t *Source, uint32_t Dest, uint16_t Count);
17 
18 #endif
19