Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / misc / pvpanic / pvpanic.h
bloba42fa760eed58a24ca6eb326b6e2b59e437110db
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * Pvpanic Device Support
5 * Copyright (C) 2021 Oracle.
6 */
8 #ifndef PVPANIC_H_
9 #define PVPANIC_H_
11 #include <linux/compiler_types.h>
13 struct attribute_group;
14 struct device;
16 int devm_pvpanic_probe(struct device *dev, void __iomem *base);
17 extern const struct attribute_group *pvpanic_dev_groups[];
19 #endif /* PVPANIC_H_ */