aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/initrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/initrd.h')
-rw-r--r--src/fs/initrd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/initrd.h b/src/fs/initrd.h
new file mode 100644
index 0000000..dbc0079
--- /dev/null
+++ b/src/fs/initrd.h
@@ -0,0 +1,6 @@
+#ifndef INTIRD_H_
+#define INITRD_H_
+
+void initrd_init(void);
+
+#endif // INITRD_H_