summaryrefslogtreecommitdiff
path: root/syscall.h
diff options
context:
space:
mode:
authorrtm <rtm>2006-06-27 14:35:53 +0000
committerrtm <rtm>2006-06-27 14:35:53 +0000
commitc41f1de5d41a527a3fa2d1e94215766130eac456 (patch)
tree86f6a467be8b42aec42a05299789f39ace9cc5e2 /syscall.h
parentb61c2547b8b489cab16984c0940a1cb6593a2a3d (diff)
downloadxv6-labs-c41f1de5d41a527a3fa2d1e94215766130eac456.tar.gz
xv6-labs-c41f1de5d41a527a3fa2d1e94215766130eac456.tar.bz2
xv6-labs-c41f1de5d41a527a3fa2d1e94215766130eac456.zip
file descriptors
pipes
Diffstat (limited to 'syscall.h')
-rw-r--r--syscall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/syscall.h b/syscall.h
index f054414..65d5ced 100644
--- a/syscall.h
+++ b/syscall.h
@@ -2,3 +2,6 @@
#define SYS_exit 2
#define SYS_wait 3
#define SYS_cons_putc 4
+#define SYS_pipe 5
+#define SYS_write 6
+#define SYS_read 7