Files
2022-12-17 18:14:34 +02:00

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__ */