summaryrefslogtreecommitdiffstats
path: root/compiler/aslcompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/aslcompiler.h')
-rw-r--r--compiler/aslcompiler.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/compiler/aslcompiler.h b/compiler/aslcompiler.h
index ee4f5cc..c097fee 100644
--- a/compiler/aslcompiler.h
+++ b/compiler/aslcompiler.h
@@ -195,9 +195,14 @@ void
AslInitializeGlobals (
void);
+typedef
+ACPI_STATUS (*ASL_PATHNAME_CALLBACK) (
+ char *);
+
ACPI_STATUS
AslDoOnePathname (
- char *Pathname);
+ char *Pathname,
+ ASL_PATHNAME_CALLBACK Callback);
ACPI_STATUS
AslDoOneFile (
OpenPOWER on IntegriCloud