diff options
Diffstat (limited to 'drivers/misc/pvpanic/pvpanic.h')
| -rw-r--r-- | drivers/misc/pvpanic/pvpanic.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/misc/pvpanic/pvpanic.h b/drivers/misc/pvpanic/pvpanic.h new file mode 100644 index 000000000000..a42fa760eed5 --- /dev/null +++ b/drivers/misc/pvpanic/pvpanic.h @@ -0,0 +1,19 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Pvpanic Device Support + * + * Copyright (C) 2021 Oracle. + */ + +#ifndef PVPANIC_H_ +#define PVPANIC_H_ + +#include <linux/compiler_types.h> + +struct attribute_group; +struct device; + +int devm_pvpanic_probe(struct device *dev, void __iomem *base); +extern const struct attribute_group *pvpanic_dev_groups[]; + +#endif /* PVPANIC_H_ */ |
