summaryrefslogtreecommitdiff
path: root/syscall.h
diff options
context:
space:
mode:
authorrtm <rtm>2006-06-26 15:11:19 +0000
committerrtm <rtm>2006-06-26 15:11:19 +0000
commitbf3903612d998ca8d95a48fb7cc0e5bfbe68f4c4 (patch)
tree8e99247d02b29f4ec74c4ad9c1ba19fcc6431a8c /syscall.h
parent89eb5fbe6d120f19d69c3c84bed69611a746ff03 (diff)
downloadxv6-labs-bf3903612d998ca8d95a48fb7cc0e5bfbe68f4c4.tar.gz
xv6-labs-bf3903612d998ca8d95a48fb7cc0e5bfbe68f4c4.tar.bz2
xv6-labs-bf3903612d998ca8d95a48fb7cc0e5bfbe68f4c4.zip
system call arguments
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 13bb2c7..f054414 100644
--- a/syscall.h
+++ b/syscall.h
@@ -1,3 +1,4 @@
#define SYS_fork 1
#define SYS_exit 2
#define SYS_wait 3
+#define SYS_cons_putc 4