summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-05-10 16:52:08 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2018-05-10 16:52:08 +1000
commit2bbed6b24cc0af37af36581d0bc4df5f7675bdb1 (patch)
treeb134eb035c222189c0092f86393b0cd13107ef92 /include/linux
parent3d92eb3069ab6e3dd88131b43e3dc34b0928bb38 (diff)
parentd1d6a700a14c0bd2743e7bd3eb51c679dc31c75b (diff)
downloadlinux-next-2bbed6b24cc0af37af36581d0bc4df5f7675bdb1.tar.gz
Merge branch 'akpm/master'
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ioport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ioport.h b/include/linux/ioport.h
index da0ebaec25f0..f12d95fe038b 100644
--- a/include/linux/ioport.h
+++ b/include/linux/ioport.h
@@ -277,6 +277,9 @@ extern int
walk_system_ram_res(u64 start, u64 end, void *arg,
int (*func)(struct resource *, void *));
extern int
+walk_system_ram_res_rev(u64 start, u64 end, void *arg,
+ int (*func)(struct resource *, void *));
+extern int
walk_iomem_res_desc(unsigned long desc, unsigned long flags, u64 start, u64 end,
void *arg, int (*func)(struct resource *, void *));