include: move disk_access.h to storage

Zephyr already has a directory for storage API relevant headers.
Move disk_access.h header to include/storage where it fits better
structurally.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2021-02-26 13:22:20 +01:00 committed by Carles Cufí
commit f205e94f9e
6 changed files with 103 additions and 86 deletions

View file

@ -9,7 +9,7 @@
#include <sys/__assert.h>
#include <sys/util.h>
#include <init.h>
#include <disk/disk_access.h>
#include <storage/disk_access.h>
#include <errno.h>
#include <device.h>