repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
system
/
kernel
/
fs
/
fifo.h
blob
6bce058873030e98e3de3498bf54573b1db437f5
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
7
8
#include <fs_interface.h>
9
10
11
status_t
create_fifo_vnode
(
fs_volume
*
superVolume
,
fs_vnode
*
vnode
);
12
void
fifo_init
();
13
14
15
#endif
// _VFS_FIFO_H