zephyr/include/flash_map.h

16 lines
352 B
C

/*
* 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_ */