mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 13:25:06 +07:00
9 lines
213 B
C
9 lines
213 B
C
![]() |
#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 */
|