acpi-defs.h (5ee8534731645551a3883210b9a8d5741bb79df2) acpi-defs.h (cb51ac2ffe3649eb8f5c65dccc2012f0ba2c6b12)
1/*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation; either version 2 of the License, or
5 * (at your option) any later version.
6
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 219 unchanged lines hidden (view full) ---

228{
229 ACPI_TABLE_HEADER_DEF /* ACPI common table header */
230 uint32_t table_offset_entry[0]; /* Array of pointers to other */
231 /* ACPI tables */
232} QEMU_PACKED;
233typedef struct AcpiRsdtDescriptorRev1 AcpiRsdtDescriptorRev1;
234
235/*
1/*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation; either version 2 of the License, or
5 * (at your option) any later version.
6
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 219 unchanged lines hidden (view full) ---

228{
229 ACPI_TABLE_HEADER_DEF /* ACPI common table header */
230 uint32_t table_offset_entry[0]; /* Array of pointers to other */
231 /* ACPI tables */
232} QEMU_PACKED;
233typedef struct AcpiRsdtDescriptorRev1 AcpiRsdtDescriptorRev1;
234
235/*
236 * ACPI 2.0 eXtended System Description Table (XSDT)
237 */
238struct AcpiXsdtDescriptorRev2
239{
240 ACPI_TABLE_HEADER_DEF /* ACPI common table header */
241 uint64_t table_offset_entry[0]; /* Array of pointers to other */
242 /* ACPI tables */
243} QEMU_PACKED;
244typedef struct AcpiXsdtDescriptorRev2 AcpiXsdtDescriptorRev2;
245
246/*
236 * ACPI 1.0 Firmware ACPI Control Structure (FACS)
237 */
238struct AcpiFacsDescriptorRev1
239{
240 uint32_t signature; /* ACPI Signature */
241 uint32_t length; /* Length of structure, in bytes */
242 uint32_t hardware_signature; /* Hardware configuration signature */
243 uint32_t firmware_waking_vector; /* ACPI OS waking vector */

--- 465 unchanged lines hidden ---
247 * ACPI 1.0 Firmware ACPI Control Structure (FACS)
248 */
249struct AcpiFacsDescriptorRev1
250{
251 uint32_t signature; /* ACPI Signature */
252 uint32_t length; /* Length of structure, in bytes */
253 uint32_t hardware_signature; /* Hardware configuration signature */
254 uint32_t firmware_waking_vector; /* ACPI OS waking vector */

--- 465 unchanged lines hidden ---