vfs: check userland buffers before reading them.
[haiku.git] / src / system / kernel / fs / fifo.h
blob6bce058873030e98e3de3498bf54573b1db437f5
1 /*
2 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _VFS_FIFO_H
6 #define _VFS_FIFO_H
8 #include <fs_interface.h>
11 status_t create_fifo_vnode(fs_volume* superVolume, fs_vnode* vnode);
12 void fifo_init();
15 #endif // _VFS_FIFO_H