aboutsummaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/fs/initramfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/fs/initramfs.h b/sys/include/fs/initramfs.h
index c507e3d..223e962 100644
--- a/sys/include/fs/initramfs.h
+++ b/sys/include/fs/initramfs.h
@@ -31,8 +31,10 @@
#define _FS_INITRAMFS_H_
#include <sys/mount.h>
+#include <sys/vnode.h>
extern struct vfsops g_initramfs_ops;
+extern struct vops g_initramfs_vops;
const char *initramfs_open(const char *path);