commit | 13606a2de1996f8d83a9ce296f74022bdbadf712 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Tue Feb 08 23:38:25 2011 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Thu Feb 24 19:58:42 2011 +0100 |
tree | 02ad0403378ad222dd1ed021ed80fe10fe9a6b39 | |
parent | b7c1fadd6c2eead56d0664a3a921980120de0c11 [diff] [blame] |
ACPI: Introduce acpi_os_get_iomem() Introduce function acpi_os_get_iomem() that may be used by its callers to get a reference to an ACPI iomap. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
diff --git a/include/linux/acpi_io.h b/include/linux/acpi_io.h index 28a3ae2..4afd710 100644 --- a/include/linux/acpi_io.h +++ b/include/linux/acpi_io.h
@@ -10,4 +10,6 @@ return ioremap_cache(phys, size); } +void __iomem *acpi_os_get_iomem(acpi_physical_address phys, unsigned int size); + #endif