summaryrefslogtreecommitdiff
path: root/syscall.h
diff options
context:
space:
mode:
authorrsc <rsc>2006-07-16 15:38:00 +0000
committerrsc <rsc>2006-07-16 15:38:00 +0000
commitf3d290220f072a7053b9a368bf7c42e8e2945c7e (patch)
tree0712641a7da349ea8d3d386a2ed7081b2f6d8971 /syscall.h
parent9b37d1bfaa65c96e7a465c285599aa45117182ea (diff)
downloadxv6-labs-f3d290220f072a7053b9a368bf7c42e8e2945c7e.tar.gz
xv6-labs-f3d290220f072a7053b9a368bf7c42e8e2945c7e.tar.bz2
xv6-labs-f3d290220f072a7053b9a368bf7c42e8e2945c7e.zip
add cons_puts for atomic (readable) output
Diffstat (limited to 'syscall.h')
-rw-r--r--syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syscall.h b/syscall.h
index 52e2301..9ca3bd4 100644
--- a/syscall.h
+++ b/syscall.h
@@ -9,3 +9,4 @@
#define SYS_block 9
#define SYS_kill 10
#define SYS_panic 11
+#define SYS_cons_puts 12