7 lines
143 B
C
7 lines
143 B
C
#ifndef __ACM_FS_H__
|
|
#define __ACM_FS_H__
|
|
|
|
int monitor_acm2(struct dentry *dentry, struct dentry *dentry2, int op);
|
|
|
|
#endif /* __ACM_FS_H__ */
|