diff options
| author | Len Brown <len.brown@intel.com> | 2009-08-02 11:31:32 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2009-08-02 11:31:32 -0400 |
| commit | b8a848ed7ffda36ed069f63de085a9411d2aa39f (patch) | |
| tree | 42af80200ade14b6a27695d197a234e7e64b94e2 /include | |
| parent | ed680c4ad478d0fee9740f7d029087f181346564 (diff) | |
| parent | 7cb7f45c7feef43c8f71f5cfedfc0b19be2142f7 (diff) | |
Merge branch 'bugzilla-13620-revert' into release
Diffstat (limited to 'include')
| -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 3e798593b17b..ab0b85cf21f3 100644 --- a/include/acpi/acpiosxf.h +++ b/include/acpi/acpiosxf.h | |||
| @@ -242,6 +242,10 @@ acpi_os_derive_pci_id(acpi_handle rhandle, | |||
| 242 | acpi_status acpi_os_validate_interface(char *interface); | 242 | acpi_status acpi_os_validate_interface(char *interface); |
| 243 | acpi_status acpi_osi_invalidate(char* interface); | 243 | acpi_status acpi_osi_invalidate(char* interface); |
| 244 | 244 | ||
| 245 | acpi_status | ||
| 246 | acpi_os_validate_address(u8 space_id, acpi_physical_address address, | ||
| 247 | acpi_size length, char *name); | ||
| 248 | |||
| 245 | u64 acpi_os_get_timer(void); | 249 | u64 acpi_os_get_timer(void); |
| 246 | 250 | ||
| 247 | acpi_status acpi_os_signal(u32 function, void *info); | 251 | acpi_status acpi_os_signal(u32 function, void *info); |
