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