diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpiosxf.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/acpi/acpiosxf.h b/include/acpi/acpiosxf.h index 7c9aebe8a7aa..1cd22045fbd4 100644 --- a/include/acpi/acpiosxf.h +++ b/include/acpi/acpiosxf.h | |||
@@ -217,14 +217,10 @@ acpi_status acpi_os_write_port(acpi_io_address address, u32 value, u32 width); | |||
217 | * Platform and hardware-independent physical memory interfaces | 217 | * Platform and hardware-independent physical memory interfaces |
218 | */ | 218 | */ |
219 | acpi_status | 219 | acpi_status |
220 | acpi_os_read_memory(acpi_physical_address address, u32 * value, u32 width); | 220 | acpi_os_read_memory(acpi_physical_address address, u64 *value, u32 width); |
221 | acpi_status | ||
222 | acpi_os_read_memory64(acpi_physical_address address, u64 *value, u32 width); | ||
223 | 221 | ||
224 | acpi_status | 222 | acpi_status |
225 | acpi_os_write_memory(acpi_physical_address address, u32 value, u32 width); | 223 | acpi_os_write_memory(acpi_physical_address address, u64 value, u32 width); |
226 | acpi_status | ||
227 | acpi_os_write_memory64(acpi_physical_address address, u64 value, u32 width); | ||
228 | 224 | ||
229 | /* | 225 | /* |
230 | * Platform and hardware-independent PCI configuration space access | 226 | * Platform and hardware-independent PCI configuration space access |