Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
disk_access.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2016 Intel Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/*
8 * The header was moved to include/storage/disk_access.h
9 * This header is deprecated and there for compatibility.
10 */
11
12#ifndef ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_
13#define ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_
14
15#ifndef CONFIG_COMPAT_INCLUDES
16#warning "This header file has moved, include <storage/disk_access.h> instead."
17#endif
18
19#include <storage/disk_access.h>
20
21#endif /* ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_ */
Disk Access layer API.