xref: /openbmc/linux/drivers/misc/pvpanic/pvpanic.h (revision 2a24da4cf6753ee4c1f5b9e16d526a4a115e8562)
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  *  Pvpanic Device Support
4  *
5  *  Copyright (C) 2021 Oracle.
6  */
7 
8 #ifndef PVPANIC_H_
9 #define PVPANIC_H_
10 
11 int devm_pvpanic_probe(struct device *dev, void __iomem *base);
12 extern const struct attribute_group *pvpanic_dev_groups[];
13 
14 #endif /* PVPANIC_H_ */
15