2019-06-26 00:26:07 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Intel Corporation.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2021-02-26 20:22:20 +08:00
|
|
|
/*
|
|
|
|
* The header was moved to include/storage/disk_access.h
|
|
|
|
* This header is deprecated and there for compatibility.
|
2019-06-26 00:26:07 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_
|
|
|
|
#define ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_
|
|
|
|
|
2021-02-26 20:22:20 +08:00
|
|
|
#include <storage/disk_access.h>
|
2020-03-17 22:13:15 +08:00
|
|
|
|
2019-06-26 00:26:07 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_ */
|