]> git.proxmox.com Git - qemu.git/blob - stubs/reset.c
vfio-pci: Fix multifunction=on
[qemu.git] / stubs / reset.c
1 #include "hw/hw.h"
2
3 /* Stub functions for binaries that never call qemu_devices_reset(),
4 * and don't need to keep track of the reset handler list.
5 */
6
7 void qemu_register_reset(QEMUResetHandler *func, void *opaque)
8 {
9 }
10
11 void qemu_unregister_reset(QEMUResetHandler *func, void *opaque)
12 {
13 }