diff options
Diffstat (limited to 'include/linux/io.h')
-rw-r--r-- | include/linux/io.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/io.h b/include/linux/io.h index fa02e55e5a2e..4cc299c598e0 100644 --- a/include/linux/io.h +++ b/include/linux/io.h | |||
@@ -38,6 +38,14 @@ static inline int ioremap_page_range(unsigned long addr, unsigned long end, | |||
38 | } | 38 | } |
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | #ifdef CONFIG_HAVE_ARCH_HUGE_VMAP | ||
42 | void __init ioremap_huge_init(void); | ||
43 | int arch_ioremap_pud_supported(void); | ||
44 | int arch_ioremap_pmd_supported(void); | ||
45 | #else | ||
46 | static inline void ioremap_huge_init(void) { } | ||
47 | #endif | ||
48 | |||
41 | /* | 49 | /* |
42 | * Managed iomap interface | 50 | * Managed iomap interface |
43 | */ | 51 | */ |