Change-Id: I8d69be8e47f903785d659ae6929e9acacfc79ae2 Signed-off-by: Pranaya Deomani <pranayadeomani@protonmail.com>
7 lines
143 B
C
Executable File
7 lines
143 B
C
Executable File
#ifndef __ACM_FS_H__
|
|
#define __ACM_FS_H__
|
|
|
|
int monitor_acm2(struct dentry *dentry, struct dentry *dentry2, int op);
|
|
|
|
#endif /* __ACM_FS_H__ */
|