2016-02-18 19:52:19 +01:00
|
|
|
/*
|
2019-06-25 21:53:50 +02:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2016-02-18 19:52:19 +01:00
|
|
|
*
|
2017-01-19 02:01:01 +01:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-02-18 19:52:19 +01:00
|
|
|
*/
|
2018-09-14 19:43:44 +02:00
|
|
|
#ifndef ZEPHYR_INCLUDE_FLASH_H_
|
|
|
|
#define ZEPHYR_INCLUDE_FLASH_H_
|
2016-02-18 19:52:19 +01:00
|
|
|
|
2019-06-25 21:53:50 +02:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/flash.h> instead."
|
2016-02-18 19:52:19 +01:00
|
|
|
#endif
|
|
|
|
|
2019-06-25 21:53:50 +02:00
|
|
|
#include <drivers/flash.h>
|
2017-10-25 21:36:51 +02:00
|
|
|
|
2018-09-14 19:43:44 +02:00
|
|
|
#endif /* ZEPHYR_INCLUDE_FLASH_H_ */
|