summaryrefslogtreecommitdiff
path: root/include/linux/ioport.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-06-12 13:11:51 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2018-06-12 13:11:51 +1000
commitc42615952c50e7539872280ba59e75078e4a9293 (patch)
tree72a93cb7816ecb97d787e5d974e5950915bca35a /include/linux/ioport.h
parent886818546f2dcb6dc67babf589a1f03b8ac7982b (diff)
parent0d6d22d964dc451357a3290c9dd2ab5da39a06bc (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'include/linux/ioport.h')
-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 *));