diff options
| author | Andy Grover <agrover@groveronline.com> | 2003-02-17 21:05:49 -0800 |
|---|---|---|
| committer | Andy Grover <agrover@groveronline.com> | 2003-02-17 21:05:49 -0800 |
| commit | 53a5643164909f3ff458660ab30b8818da4571bf (patch) | |
| tree | 09a44a7d0a30351e07b58ed5bce88b790bb63637 /include | |
| parent | f3c365e434d5823e18c0807d32898a88bc361e69 (diff) | |
ACPI: Support translation attribute (Bjorn Helgaas)
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/actypes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 16a213377ec2..e8a62305bf6e 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h @@ -877,6 +877,8 @@ struct acpi_mem_space_context #define ACPI_ISA_ONLY_RANGES (u8) 0x02 #define ACPI_ENTIRE_RANGE (ACPI_NON_ISA_ONLY_RANGES | ACPI_ISA_ONLY_RANGES) +#define ACPI_SPARSE_TRANSLATION (u8) 0x03 + /* * IO Port Descriptor Decode */ @@ -1026,7 +1028,7 @@ struct acpi_memory_attribute struct acpi_io_attribute { u16 range_attribute; - u16 reserved; + u16 translation_attribute; }; struct acpi_bus_attribute |
