]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/pc_madt_cpu_entry.c
linux-user: rename gettid() to sys_gettid() to avoid clash with glibc
[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 }