diff options
author | jkim <jkim@FreeBSD.org> | 2010-08-06 17:28:40 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2010-08-06 17:28:40 +0000 |
commit | 7246513d8afc4166ea14544296293fcb8df78649 (patch) | |
tree | 26cd13498e685dfeec2b6cd294c939d71073fba3 /compiler/aslcompiler.h | |
parent | 9ef1b91c0f59a1a15565c354b3e372ab265c7b5a (diff) | |
download | FreeBSD-src-7246513d8afc4166ea14544296293fcb8df78649.zip FreeBSD-src-7246513d8afc4166ea14544296293fcb8df78649.tar.gz |
Import ACPICA 20100806.
Diffstat (limited to 'compiler/aslcompiler.h')
-rw-r--r-- | compiler/aslcompiler.h | 7 |
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 ( |