summaryrefslogtreecommitdiff
path: root/os/include
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-30 00:53:28 -0800
committerPixel <pixel@nobis-crew.org>2011-01-30 00:53:28 -0800
commit29dc401e5ba2c3f5676d426c4c1b10f1fc475fcd (patch)
tree62118aa85c15dad2a25739d33fc86362ccf4c576 /os/include
parent7866fb9a517492a01dfe39fadc8f32992f31a842 (diff)
Added semihosting support.
Diffstat (limited to 'os/include')
-rw-r--r--os/include/semifs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/include/semifs.h b/os/include/semifs.h
new file mode 100644
index 0000000..01bc700
--- /dev/null
+++ b/os/include/semifs.h
@@ -0,0 +1,6 @@
+#ifndef __SEMIFS_H__
+#define __SEMIFS_H__
+
+void register_semifs();
+
+#endif