aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/fs/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/fs/pipe.h')
-rw-r--r--kernel/include/fs/pipe.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/include/fs/pipe.h b/kernel/include/fs/pipe.h
new file mode 100644
index 0000000..61b9cc9
--- /dev/null
+++ b/kernel/include/fs/pipe.h
@@ -0,0 +1,10 @@
+/*
+ * FILE: pipe.h
+ * AUTH: eric
+ * DESC:
+ * DATE: Thu Dec 26 17:07:10 2013
+ */
+
+#pragma once
+
+int do_pipe(int pipefd[2]);