From 29478baf24532391cd94bd08d94cf867dee976e6 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sun, 6 Oct 2019 18:39:36 +0100 Subject: Start on ram backed filesystem --- os/commands/commands.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 os/commands/commands.h (limited to 'os/commands/commands.h') diff --git a/os/commands/commands.h b/os/commands/commands.h new file mode 100644 index 0000000..6bc0e7d --- /dev/null +++ b/os/commands/commands.h @@ -0,0 +1,3 @@ +void cmd_cf(char *args); +void cmd_lf(char *args); +void cmd_echo(char *args); \ No newline at end of file -- cgit v1.2.3