projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'page-refs' (page ref overflow)
[platform/kernel/linux-rpi.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 */