pvpanic.h (6b93f350e55f3f2ee071dd41109d936abfba8ebf) | pvpanic.h (7037f7141ce7f736aa2b96b48002c0a17bfcf741) |
---|---|
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 | 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 13struct attribute_group; 14struct device; 15 |
|
11int devm_pvpanic_probe(struct device *dev, void __iomem *base); 12extern const struct attribute_group *pvpanic_dev_groups[]; 13 14#endif /* PVPANIC_H_ */ | 16int devm_pvpanic_probe(struct device *dev, void __iomem *base); 17extern const struct attribute_group *pvpanic_dev_groups[]; 18 19#endif /* PVPANIC_H_ */ |