diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-21 13:24:00 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-21 13:24:00 -0500 |
| commit | 8a72ed77efae6220c2c9028454628e0b4294c1a6 (patch) | |
| tree | c09e35a4b3288bf0d4c5297a8792114d53a9a47f /sys/inc/fs/tmpfs.h | |
| parent | 886879d1854ee60d62e0f9cc79bc6841bc104ea1 (diff) | |
kern: Move os/mount.h to kern/mount.h
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/inc/fs/tmpfs.h')
| -rw-r--r-- | sys/inc/fs/tmpfs.h | 2 |
1 files changed, 1 insertions, 1 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; |
