summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/acutils.h
diff options
context:
space:
mode:
authorBob Moore2012-05-22 10:26:53 +0200
committerLen Brown2012-06-01 17:51:52 +0200
commitc6e1733e6fc384ff1a219d7dfcb8b072030ae792 (patch)
treeae21cf8ec14697e9c030fda0d18f51e16372e9d1 /drivers/acpi/acpica/acutils.h
parentACPICA: ACPI 5/iASL: Add support for PCC keyword (diff)
downloadkernel-qcow2-linux-c6e1733e6fc384ff1a219d7dfcb8b072030ae792.tar.gz
kernel-qcow2-linux-c6e1733e6fc384ff1a219d7dfcb8b072030ae792.tar.xz
kernel-qcow2-linux-c6e1733e6fc384ff1a219d7dfcb8b072030ae792.zip
ACPICA: iASL: Improved pathname support
For include files, merge the prefix pathname with the file pathname. Convert backslashes in all pathnames to forward slashes, for readability. Include file pathname changes affect both #include and Include() type operators. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acutils.h')
-rw-r--r--drivers/acpi/acpica/acutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acutils.h b/drivers/acpi/acpica/acutils.h
index 925ccf22101b..5035327ebccc 100644
--- a/drivers/acpi/acpica/acutils.h
+++ b/drivers/acpi/acpica/acutils.h
@@ -460,6 +460,8 @@ acpi_ut_short_divide(u64 in_dividend,
/*
* utmisc
*/
+void ut_convert_backslashes(char *pathname);
+
const char *acpi_ut_validate_exception(acpi_status status);
u8 acpi_ut_is_pci_root_bridge(char *id);