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