summaryrefslogtreecommitdiff
path: root/sys/inc
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-21 13:24:00 -0500
committerIan Moffett <ian@osmora.org>2025-11-21 13:24:00 -0500
commit8a72ed77efae6220c2c9028454628e0b4294c1a6 (patch)
treec09e35a4b3288bf0d4c5297a8792114d53a9a47f /sys/inc
parent886879d1854ee60d62e0f9cc79bc6841bc104ea1 (diff)
kern: Move os/mount.h to kern/mount.h
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/inc')
-rw-r--r--sys/inc/fs/tmpfs.h2
-rw-r--r--sys/inc/kern/mount.h (renamed from sys/inc/os/mount.h)0
-rw-r--r--sys/inc/kern/vfs.h2
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