diff options
author | Len Brown <len.brown@intel.com> | 2009-07-27 18:42:38 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-07-27 18:42:38 -0400 |
commit | 7cb7f45c7feef43c8f71f5cfedfc0b19be2142f7 (patch) | |
tree | c35f1815fefc6460c204473a738785d6da1cb642 /include/acpi/acpiosxf.h | |
parent | 4be3bd7849165e7efa6b0b35a23d6a3598d97465 (diff) | |
download | op-kernel-dev-7cb7f45c7feef43c8f71f5cfedfc0b19be2142f7.zip op-kernel-dev-7cb7f45c7feef43c8f71f5cfedfc0b19be2142f7.tar.gz |
Revert "ACPICA: Remove obsolete acpi_os_validate_address interface"
This reverts commit f9ca058430333c9a24c5ca926aa445125f88df18.
which caused a regression:
http://bugzilla.kernel.org/show_bug.cgi?id=13620
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acpiosxf.h')
-rw-r--r-- | include/acpi/acpiosxf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/acpiosxf.h b/include/acpi/acpiosxf.h index 3e798593b..ab0b85c 100644 --- a/include/acpi/acpiosxf.h +++ b/include/acpi/acpiosxf.h @@ -242,6 +242,10 @@ acpi_os_derive_pci_id(acpi_handle rhandle, acpi_status acpi_os_validate_interface(char *interface); acpi_status acpi_osi_invalidate(char* interface); +acpi_status +acpi_os_validate_address(u8 space_id, acpi_physical_address address, + acpi_size length, char *name); + u64 acpi_os_get_timer(void); acpi_status acpi_os_signal(u32 function, void *info); |