11539Srgrimes/*
21539Srgrimes * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de.
31539Srgrimes * Distributed under the terms of the MIT License.
41539Srgrimes */
51539Srgrimes#ifndef _VFS_FIFO_H
61539Srgrimes#define _VFS_FIFO_H
71539Srgrimes
81539Srgrimes#include <fs_interface.h>
91539Srgrimes
101539Srgrimes
111539Srgrimesstatus_t	create_fifo_vnode(fs_volume* superVolume, fs_vnode* vnode);
121539Srgrimesvoid		fifo_init();
131539Srgrimes
141539Srgrimes
151539Srgrimes#endif	// _VFS_FIFO_H
161539Srgrimes