cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

bcm2835-pm.h (235B)


      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
      8struct bcm2835_pm {
      9	struct device *dev;
     10	void __iomem *base;
     11	void __iomem *asb;
     12};
     13
     14#endif /* BCM2835_MFD_PM_H */