]> Git Repo - J-linux.git/blob - drivers/misc/pvpanic/pvpanic.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / drivers / misc / pvpanic / pvpanic.h
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 #include <linux/compiler_types.h>
12
13 struct attribute_group;
14 struct device;
15
16 int devm_pvpanic_probe(struct device *dev, void __iomem *base);
17 extern const struct attribute_group *pvpanic_dev_groups[];
18
19 #endif /* PVPANIC_H_ */
This page took 0.028256 seconds and 4 git commands to generate.