aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi/cpu_hotplug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/acpi/cpu_hotplug.h')
-rw-r--r--include/hw/acpi/cpu_hotplug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/acpi/cpu_hotplug.h b/include/hw/acpi/cpu_hotplug.h
index 255e70c2b7..f22640e389 100644
--- a/include/hw/acpi/cpu_hotplug.h
+++ b/include/hw/acpi/cpu_hotplug.h
@@ -32,6 +32,7 @@ void acpi_cpu_hotplug_init(MemoryRegion *parent, Object *owner,
#define CPU_ON_BITMAP "CPON"
#define CPU_STATUS_METHOD "CPST"
#define CPU_STATUS_MAP "PRS"
+#define CPU_SCAN_METHOD "PRSC"
void build_cpu_hotplug_aml(Aml *ctx);
#endif