summaryrefslogtreecommitdiff
path: root/fs/fd.h
diff options
context:
space:
mode:
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