2017-12-08 18:50:46 +08:00
|
|
|
/*
|
2019-06-26 00:05:42 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2017-12-08 18:50:46 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_FLASH_MAP_H_
|
|
|
|
#define ZEPHYR_INCLUDE_FLASH_MAP_H_
|
2017-12-08 18:50:46 +08:00
|
|
|
|
2019-06-26 00:05:42 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <storage/flash_map.h> instead."
|
2017-12-08 18:50:46 +08:00
|
|
|
#endif
|
|
|
|
|
2019-06-26 00:05:42 +08:00
|
|
|
#include <storage/flash_map.h>
|
2019-03-21 22:52:52 +08:00
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_FLASH_MAP_H_ */
|