Commit a forgotten file
authorNick Downing <nick@ndcode.org>
Thu, 11 Apr 2019 10:25:57 +0000 (20:25 +1000)
committerNick Downing <nick@ndcode.org>
Thu, 11 Apr 2019 10:25:57 +0000 (20:25 +1000)
fuzix_fs_or_swap.c [new file with mode: 0644]

diff --git a/fuzix_fs_or_swap.c b/fuzix_fs_or_swap.c
new file mode 100644 (file)
index 0000000..419f22d
--- /dev/null
@@ -0,0 +1,7 @@
+#include "process.h"
+#ifdef INODE_SWAP
+#include "fuzix_fs.c"
+#include "util.c"
+#else
+#include "swap.c"
+#endif