~ubuntu-core-dev/ubuntu/raring/grub2/raring

« back to all changes in this revision

Viewing changes to include/grub/acpi.h

  • Committer: Colin Watson
  • Date: 2013-03-13 00:30:03 UTC
  • Revision ID: cjwatson@canonical.com-20130313003003-7h3p3k5wqja4l0n5
acpihalt: expand parser to handle SSDTs and some more opcodes.  Fixes
test suite hang with current seabios.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
enum
175
175
  {
176
176
    GRUB_ACPI_EXTOPCODE_MUTEX = 0x01,
 
177
    GRUB_ACPI_EXTOPCODE_EVENT_OP = 0x02,
177
178
    GRUB_ACPI_EXTOPCODE_OPERATION_REGION = 0x80,
178
179
    GRUB_ACPI_EXTOPCODE_FIELD_OP = 0x81,
 
180
    GRUB_ACPI_EXTOPCODE_DEVICE_OP = 0x82,
 
181
    GRUB_ACPI_EXTOPCODE_PROCESSOR_OP = 0x83,
 
182
    GRUB_ACPI_EXTOPCODE_POWER_RES_OP = 0x84,
 
183
    GRUB_ACPI_EXTOPCODE_THERMAL_ZONE_OP = 0x85,
179
184
    GRUB_ACPI_EXTOPCODE_INDEX_FIELD_OP = 0x86,
 
185
    GRUB_ACPI_EXTOPCODE_BANK_FIELD_OP = 0x87,
180
186
  };
181
187
 
182
188
#endif /* ! GRUB_ACPI_HEADER */