aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ioport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ioport.h')
-rw-r--r--include/linux/ioport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ioport.h b/include/linux/ioport.h
index 83aa81297ea3..11ef7952b63a 100644
--- a/include/linux/ioport.h
+++ b/include/linux/ioport.h
@@ -188,5 +188,7 @@ extern int
188walk_system_ram_range(unsigned long start_pfn, unsigned long nr_pages, 188walk_system_ram_range(unsigned long start_pfn, unsigned long nr_pages,
189 void *arg, int (*func)(unsigned long, unsigned long, void *)); 189 void *arg, int (*func)(unsigned long, unsigned long, void *));
190 190
191extern int page_is_ram(unsigned long pfn);
192
191#endif /* __ASSEMBLY__ */ 193#endif /* __ASSEMBLY__ */
192#endif /* _LINUX_IOPORT_H */ 194#endif /* _LINUX_IOPORT_H */