blob: 66686b51ba48f5068aa7f7220f5bfe0daaa62c05 [file] [log] [blame]
/*
* Copyright (c) 2019 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_FLASH_MAP_H_
#define ZEPHYR_INCLUDE_FLASH_MAP_H_
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <storage/flash_map.h> instead."
#endif
#include <storage/flash_map.h>
#endif /* ZEPHYR_INCLUDE_FLASH_MAP_H_ */