]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/pc_madt_cpu_entry.c
roms: Allow passing configure options to the EDK2 build tools
[mirror_qemu.git] / stubs / pc_madt_cpu_entry.c
1 #include "qemu/osdep.h"
2 #include "hw/i386/pc.h"
3
4 void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid,
5 const CPUArchIdList *apic_ids, GArray *entry)
6 {
7 }