diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-21 17:33:12 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-21 17:33:12 +0200 |
commit | dc37d089e8ca98ff2dc8a320c21fc3ac0a87eaa6 (patch) | |
tree | 8ddb55ee633a70ea298a812d5ffec97373631534 /Source/Applications/Shell/Shell.ns.h | |
parent | 768ada13917aeda373e6ff5fee21faf90c963746 (diff) | |
parent | 7708a5f335c6b3256290775e7f5deb43b681bf03 (diff) | |
download | Melon-dc37d089e8ca98ff2dc8a320c21fc3ac0a87eaa6.tar.gz Melon-dc37d089e8ca98ff2dc8a320c21fc3ac0a87eaa6.zip |
Merge branch 'usermode_syscalls'
Diffstat (limited to 'Source/Applications/Shell/Shell.ns.h')
-rw-r--r-- | Source/Applications/Shell/Shell.ns.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Applications/Shell/Shell.ns.h b/Source/Applications/Shell/Shell.ns.h new file mode 100644 index 0000000..7d76b33 --- /dev/null +++ b/Source/Applications/Shell/Shell.ns.h @@ -0,0 +1,9 @@ +#include <Binding/VirtualTerminal.class.h> +#include <Binding/FSNode.class.h> +#include <String.class.h> + +namespace Shell { + u32int run(); + + extern FSNode cwd; +} |