You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _RELAY_H
|
|
#define _RELAY_H
|
|
|
|
extern int relayfs_remove(struct dentry *dentry);
|
|
extern int relay_buf_empty(struct rchan_buf *buf);
|
|
extern void relay_destroy_channel(struct kref *kref);
|
|
|
|
#endif /* _RELAY_H */
|
|
|