summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acdisasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/acdisasm.h')
-rw-r--r--sys/contrib/dev/acpica/acdisasm.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acdisasm.h b/sys/contrib/dev/acpica/acdisasm.h
index 488f48b..3c25701 100644
--- a/sys/contrib/dev/acpica/acdisasm.h
+++ b/sys/contrib/dev/acpica/acdisasm.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acdisasm.h - AML disassembler
- * $Revision: 11 $
+ * $Revision: 12 $
*
*****************************************************************************/
@@ -125,6 +125,14 @@
#define BLOCK_BRACE 2
#define BLOCK_COMMA_LIST 4
+typedef struct acpi_external_list
+{
+ char *Path;
+ struct acpi_external_list *Next;
+
+} ACPI_EXTERNAL_LIST;
+
+extern ACPI_EXTERNAL_LIST *AcpiGbl_ExternalList;
extern const char *AcpiGbl_IoDecode[2];
extern const char *AcpiGbl_WordDecode[4];
extern const char *AcpiGbl_ConsumeDecode[2];
@@ -473,4 +481,12 @@ AcpiDmVendorSmallDescriptor (
UINT32 Level);
+/*
+ * dmutils
+ */
+
+void
+AcpiDmAddToExternalList (
+ char *Path);
+
#endif /* __ACDISASM_H__ */
OpenPOWER on IntegriCloud