proper prototype for hugetlb_get_unmapped_area()
[deliverable/linux.git] / include / linux / hugetlb.h
index 3f3e7a648da3947c76839e02670c75c2cfd27710..b4570b62ab8557d9748f7887b878bb341b87c553 100644 (file)
@@ -189,4 +189,10 @@ static inline void set_file_hugepages(struct file *file)
 
 #endif /* !CONFIG_HUGETLBFS */
 
+#ifdef HAVE_ARCH_HUGETLB_UNMAPPED_AREA
+unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
+                                       unsigned long len, unsigned long pgoff,
+                                       unsigned long flags);
+#endif /* HAVE_ARCH_HUGETLB_UNMAPPED_AREA */
+
 #endif /* _LINUX_HUGETLB_H */
This page took 0.040802 seconds and 5 git commands to generate.