xref: /openbmc/linux/drivers/misc/pvpanic/pvpanic.h (revision 6861d27c)
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 void pvpanic_probe(void __iomem *base, unsigned int dev_cap);
12 void pvpanic_remove(void);
13 void pvpanic_set_events(unsigned int dev_events);
14 
15 #endif /* PVPANIC_H_ */
16