aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mcb.h
diff options
context:
space:
mode:
authorJohannes Thumshirn <jthumshirn@suse.de>2017-08-02 09:58:52 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-28 20:51:22 +0200
commit2ce8008711e4837c11e99a94df55406085d0d098 (patch)
tree361894dfa3ace1606927188629a777e6e5debb83 /include/linux/mcb.h
parentserial: imx: Avoid post-PIO cleanup if TX DMA is started (diff)
downloadwireguard-linux-2ce8008711e4837c11e99a94df55406085d0d098.tar.xz
wireguard-linux-2ce8008711e4837c11e99a94df55406085d0d098.zip
mcb: introduce mcb_get_resource()
Introduce mcb_get_resource() as a common accessor to a mcb device's memory or IRQ resources. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/mcb.h')
-rw-r--r--include/linux/mcb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mcb.h b/include/linux/mcb.h
index 4097ac9ea13a..b1a0ad9d23b3 100644
--- a/include/linux/mcb.h
+++ b/include/linux/mcb.h
@@ -136,5 +136,7 @@ extern struct resource *mcb_request_mem(struct mcb_device *dev,
const char *name);
extern void mcb_release_mem(struct resource *mem);
extern int mcb_get_irq(struct mcb_device *dev);
+extern struct resource *mcb_get_resource(struct mcb_device *dev,
+ unsigned int type);
#endif /* _LINUX_MCB_H */