summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/aclocal.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2013-03-08 09:23:39 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-03-11 23:45:05 (GMT)
commit40411255c89eb382ed695933155a606c000d855e (patch)
tree7f275a937fdf26820874b56dc3d3ec78a744720b /drivers/acpi/acpica/aclocal.h
parent88fd0ac831095f52691810a3b832e884766c657e (diff)
downloadlinux-40411255c89eb382ed695933155a606c000d855e.tar.xz
ACPICA: Disassembler: Add warnings for unresolved control methods
Flags the case where external control methods are unresolved, meaning that the disassembler had no idea how many arguments to parse for the method invocation. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r--drivers/acpi/acpica/aclocal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h
index 9d45f97..636658f 100644
--- a/drivers/acpi/acpica/aclocal.h
+++ b/drivers/acpi/acpica/aclocal.h
@@ -1052,6 +1052,7 @@ struct acpi_external_list {
u16 length;
u8 type;
u8 flags;
+ u8 resolved;
};
/* Values for Flags field above */