|
@@ -151,17 +151,6 @@ struct PCMachineClass {
|
|
#define PC_MACHINE_CLASS(klass) \
|
|
#define PC_MACHINE_CLASS(klass) \
|
|
OBJECT_CLASS_CHECK(PCMachineClass, (klass), TYPE_PC_MACHINE)
|
|
OBJECT_CLASS_CHECK(PCMachineClass, (klass), TYPE_PC_MACHINE)
|
|
|
|
|
|
-/* PC-style peripherals (also used by other machines). */
|
|
|
|
-
|
|
|
|
-#define ACPI_PM_PROP_S3_DISABLED "disable_s3"
|
|
|
|
-#define ACPI_PM_PROP_S4_DISABLED "disable_s4"
|
|
|
|
-#define ACPI_PM_PROP_S4_VAL "s4_val"
|
|
|
|
-#define ACPI_PM_PROP_SCI_INT "sci_int"
|
|
|
|
-#define ACPI_PM_PROP_ACPI_ENABLE_CMD "acpi_enable_cmd"
|
|
|
|
-#define ACPI_PM_PROP_ACPI_DISABLE_CMD "acpi_disable_cmd"
|
|
|
|
-#define ACPI_PM_PROP_PM_IO_BASE "pm_io_base"
|
|
|
|
-#define ACPI_PM_PROP_GPE0_BLK "gpe0_blk"
|
|
|
|
-#define ACPI_PM_PROP_GPE0_BLK_LEN "gpe0_blk_len"
|
|
|
|
#define ACPI_PM_PROP_TCO_ENABLED "enable_tco"
|
|
#define ACPI_PM_PROP_TCO_ENABLED "enable_tco"
|
|
|
|
|
|
/* parallel.c */
|
|
/* parallel.c */
|