summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core/Sys.ns.h
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-09-20 14:23:45 +0200
committerAlexis211 <alexis211@gmail.com>2009-09-20 14:23:45 +0200
commit1eb942c8a34166e43f43c843f09bb48ba40b65b2 (patch)
tree7567ef81880722ae42fa92aec1bd0a7703ac2a15 /Source/Kernel/Core/Sys.ns.h
parenta43236e7017b6500e6563aa8654c8d8f56226615 (diff)
downloadMelon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.tar.gz
Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.zip
We now have scrollable virtual terminals !
Diffstat (limited to 'Source/Kernel/Core/Sys.ns.h')
-rw-r--r--Source/Kernel/Core/Sys.ns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Core/Sys.ns.h b/Source/Kernel/Core/Sys.ns.h
index a205892..6779585 100644
--- a/Source/Kernel/Core/Sys.ns.h
+++ b/Source/Kernel/Core/Sys.ns.h
@@ -31,6 +31,7 @@ namespace Sys {
void bochs_output(String message, char *file, u32int line);
void bochs_output_hex(u32int i);
void reboot();
+ void halt();
}
#endif