diff options
Diffstat (limited to 'sys/inc')
| -rw-r--r-- | sys/inc/fs/tmpfs.h | 2 | ||||
| -rw-r--r-- | sys/inc/kern/mount.h (renamed from sys/inc/os/mount.h) | 0 | ||||
| -rw-r--r-- | sys/inc/kern/vfs.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sys/inc/fs/tmpfs.h b/sys/inc/fs/tmpfs.h index f7a7ece..ba44f74 100644 --- a/sys/inc/fs/tmpfs.h +++ b/sys/inc/fs/tmpfs.h @@ -30,7 +30,7 @@ #ifndef _FS_TMPFS_H_ #define _FS_TMPFS_H_ -#include <os/mount.h> +#include <kern/mount.h> extern struct vfsops g_tmpfs_ops; diff --git a/sys/inc/os/mount.h b/sys/inc/kern/mount.h index 1c3dde6..1c3dde6 100644 --- a/sys/inc/os/mount.h +++ b/sys/inc/kern/mount.h diff --git a/sys/inc/kern/vfs.h b/sys/inc/kern/vfs.h index e5ce607..388f3f7 100644 --- a/sys/inc/kern/vfs.h +++ b/sys/inc/kern/vfs.h @@ -30,7 +30,7 @@ #ifndef _OS_VFS_H_ #define _OS_VFS_H_ 1 -#include <os/mount.h> +#include <kern/mount.h> /* * Initialize the virtual file system |
