projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdf469
)
ACPICA: Add full table name to disassembler output
author
Bob Moore
<robert.moore@intel.com>
Fri, 2 Feb 2007 16:48:21 +0000
(19:48 +0300)
committer
Len Brown
<len.brown@intel.com>
Sat, 3 Feb 2007 02:14:26 +0000
(21:14 -0500)
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
include/acpi/acdisasm.h
patch
|
blob
|
history
diff --git
a/include/acpi/acdisasm.h
b/include/acpi/acdisasm.h
index b29d77a8ff5799bfaa1bebff11c70f8743cc4562..ea35f1f8e28300b984ac589301918a3d28512089 100644
(file)
--- a/
include/acpi/acdisasm.h
+++ b/
include/acpi/acdisasm.h
@@
-101,6
+101,7
@@
typedef const struct acpi_dmtable_info {
#define ACPI_DMT_MADT 24
#define ACPI_DMT_SRAT 25
#define ACPI_DMT_EXIT 26
+#define ACPI_DMT_SIG 27
typedef
void (*ACPI_TABLE_HANDLER) (struct acpi_table_header * table);
@@
-109,6
+110,7
@@
struct acpi_dmtable_data {
char *signature;
struct acpi_dmtable_info *table_info;
ACPI_TABLE_HANDLER table_handler;
+ char *name;
};
struct acpi_op_walk_info {