1 2 3 4 5 6 7 8 9
/* Public domain. */ #ifndef _LINUX_PAGEMAP_H #define _LINUX_PAGEMAP_H #include <linux/uaccess.h> #include <linux/highmem.h> #endif