123456789101112131415161718192021 |
- #ifndef ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_
- #define ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_
- #ifndef CONFIG_COMPAT_INCLUDES
- #warning "This header file has moved, include <storage/disk_access.h> instead."
- #endif
- #include <storage/disk_access.h>
- #endif
|