]> git.ipfire.org Git - thirdparty/qemu.git/blame - stubs/pc_madt_cpu_entry.c
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2' into...
[thirdparty/qemu.git] / stubs / pc_madt_cpu_entry.c
CommitLineData
ac35f13b
IM
1#include "qemu/osdep.h"
2#include "hw/i386/pc.h"
3
4void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid,
80e5db30 5 const CPUArchIdList *apic_ids, GArray *entry)
ac35f13b
IM
6{
7}