mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-28 09:55:57 +00:00
c383fe9c00
Instead of having static definitions of devices, Use a dynamic registry of pci devices. The structure is a rbtree which holds device types (net, blk, etc). Each device entry holds a list of IRQ lines associated with that device (pin). Devices dynamically register upon initialization, and receive a set of: device id, irq pin and irq line. Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
7 lines
93 B
C
7 lines
93 B
C
#ifndef KVM__LINUX_MODULE_H
|
|
#define KVM__LINUX_MODULE_H
|
|
|
|
#define EXPORT_SYMBOL(name)
|
|
|
|
#endif
|