aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/bcm2835-pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/bcm2835-pm.h')
-rw-r--r--include/linux/mfd/bcm2835-pm.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/mfd/bcm2835-pm.h b/include/linux/mfd/bcm2835-pm.h
new file mode 100644
index 000000000000..ed37dc40e82a
--- /dev/null
+++ b/include/linux/mfd/bcm2835-pm.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef BCM2835_MFD_PM_H
+#define BCM2835_MFD_PM_H
+
+#include <linux/regmap.h>
+
+struct bcm2835_pm {
+ struct device *dev;
+ void __iomem *base;
+ void __iomem *asb;
+};
+
+#endif /* BCM2835_MFD_PM_H */