disk_access.h 502 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2016 Intel Corporation.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. /*
  7. * The header was moved to include/storage/disk_access.h
  8. * This header is deprecated and there for compatibility.
  9. */
  10. #ifndef ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_
  11. #define ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_
  12. #ifndef CONFIG_COMPAT_INCLUDES
  13. #warning "This header file has moved, include <storage/disk_access.h> instead."
  14. #endif
  15. #include <storage/disk_access.h>
  16. #endif /* ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_ */