summaryrefslogtreecommitdiff
path: root/include/linux/android_pmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/android_pmem.h')
-rw-r--r--include/linux/android_pmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/android_pmem.h b/include/linux/android_pmem.h
index bba03fc32a0a..8059c9db3b42 100644
--- a/include/linux/android_pmem.h
+++ b/include/linux/android_pmem.h
@@ -34,6 +34,7 @@
*/
#define PMEM_GET_TOTAL_SIZE _IOW(PMEM_IOCTL_MAGIC, 7, unsigned int)
+int is_pmem_file(struct file *file);
int get_pmem_file(int fd, unsigned long *start, unsigned long *vstart,
unsigned long *end, struct file **filp);
int get_pmem_user_addr(struct file *file, unsigned long *start,