forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/staging/android/ashmem.h
....@@ -21,4 +21,6 @@
2121 #define COMPAT_ASHMEM_SET_PROT_MASK _IOW(__ASHMEMIOC, 5, unsigned int)
2222 #endif
2323
24
+int is_ashmem_file(struct file *file);
25
+
2426 #endif /* _LINUX_ASHMEM_H */