Files
2023-01-08 12:35:36 +00: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__ */