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:
parent
45d468bfdb
commit
f205e94f9e
6 changed files with 103 additions and 86 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue