Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/drivers/misc/pvpanic/pvpanic.h
2026-04-04 07:45:01 +00:00

20 lines
368 B
C

// 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_ */