aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/stdio.h
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2018-11-17 13:02:57 -0500
committertcsullivan <tullivan99@gmail.com>2018-11-17 13:02:57 -0500
commitc6ef89664b8c0d7aa85bddd5c7014aa6df82cbe7 (patch)
treed1f9d09412a46bdf4344fe30392455070a72993d /src/fs/stdio.h
parentdb38c4b9dac461de0ed75bf6d079dacba1b31bc9 (diff)
added pdclib, removed sash
Diffstat (limited to 'src/fs/stdio.h')
-rw-r--r--src/fs/stdio.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fs/stdio.h b/src/fs/stdio.h
new file mode 100644
index 0000000..90d0f68
--- /dev/null
+++ b/src/fs/stdio.h
@@ -0,0 +1,8 @@
+#ifndef INTIRD_H_
+#define INITRD_H_
+
+#include <kernel/vfs.h>
+
+extern const vfs_volume_funcs stdio_funcs;
+
+#endif // INITRD_H_