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 } 8