Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-2.6-microblaze.git] / include / linux / mfd / bcm2835-pm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2
3 #ifndef BCM2835_MFD_PM_H
4 #define BCM2835_MFD_PM_H
5
6 #include <linux/regmap.h>
7
8 struct bcm2835_pm {
9         struct device *dev;
10         void __iomem *base;
11         void __iomem *asb;
12 };
13
14 #endif /* BCM2835_MFD_PM_H */