repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Alpha: convert to generic irq framework (generic part)
[pv_ops_mirror.git]
/
fs
/
relayfs
/
relay.h
blob
703503fa22b6f3fce22b43837b5abf5bc987e99d
1
#ifndef _RELAY_H
2
#define _RELAY_H
3
4
struct
dentry
*
relayfs_create_file
(
const char
*
name
,
5
struct
dentry
*
parent
,
6
int
mode
,
7
struct
rchan
*
chan
);
8
extern
int
relayfs_remove
(
struct
dentry
*
dentry
);
9
extern
int
relay_buf_empty
(
struct
rchan_buf
*
buf
);
10
extern
void
relay_destroy_channel
(
struct
kref
*
kref
);
11
12
#endif
/* _RELAY_H */