summaryrefslogtreecommitdiff
path: root/fs/fd.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-20 10:46:00 +0200
committerMiguel <m.i@gmx.at>2018-09-20 10:46:00 +0200
commit763f85c55fdb5a2c4f5bf98e4989a69d27da6e4f (patch)
treeb9be12d5c20ee1c5cc006b09a6a1584880c15928 /fs/fd.h
parent631fdbefc89a6202c5b8e2bf0e15a6ca7df809ef (diff)
pipes do not work :(
Diffstat (limited to 'fs/fd.h')
-rw-r--r--fs/fd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fd.h b/fs/fd.h
index c9b7fd8..64a53ed 100644
--- a/fs/fd.h
+++ b/fs/fd.h
@@ -38,5 +38,6 @@ bool fd_close(fd*);
fd fd_from_fifo(fifo* f);
fd fd_from_path(char *path);
fd fd_from_sysfs(void(*g)(ringbuffer *r,void (*f)(ringbuffer *r,char *fmt, ...)),void(*h)(uint32_t in));
+int fds_from_pipe(fd pipefds[2]);
#endif