1 // SPDX-License-Identifier: GPL-2.0+
3 * Pvpanic Device Support
5 * Copyright (C) 2021 Oracle.
11 #include <linux/compiler_types.h>
13 struct attribute_group
;
16 int devm_pvpanic_probe(struct device
*dev
, void __iomem
*base
);
17 extern const struct attribute_group
*pvpanic_dev_groups
[];
19 #endif /* PVPANIC_H_ */