aboutsummaryrefslogtreecommitdiff
path: root/os/commands/commands.h
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2019-10-06 18:39:36 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2019-10-06 18:39:36 +0100
commit29478baf24532391cd94bd08d94cf867dee976e6 (patch)
tree3127ae32572cd262c7283c6223b6e5712a07f91d /os/commands/commands.h
parente77b371fb0fc4e62fa727a340b2e322fa60ebcff (diff)
downloadtinyOS-29478baf24532391cd94bd08d94cf867dee976e6.tar.xz
tinyOS-29478baf24532391cd94bd08d94cf867dee976e6.zip
Start on ram backed filesystemHEADmaster
Diffstat (limited to 'os/commands/commands.h')
-rw-r--r--os/commands/commands.h3
1 files changed, 3 insertions, 0 deletions
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