diff options
author | Robert Moore <Robert.Moore@intel.com> | 2013-07-26 09:46:13 -0700 |
---|---|---|
committer | Robert Moore <Robert.Moore@intel.com> | 2013-07-26 09:46:13 -0700 |
commit | 96f37ef6bfa5a7a7232be3666ecbf08644fce283 (patch) | |
tree | f80acecc0f52ea3cf7bc7188b32a38776ac335fc /source/include/acdisasm.h | |
parent | 0631bf977dfbc0a4b6efcacf1dff1b41c8e17dce (diff) | |
download | acpica-96f37ef6bfa5a7a7232be3666ecbf08644fce283.tar.gz |
iASL/disassembler: Add support for external method reference file.
Adds the -fe option which allows the user to specify a file that
contains control method external declarations, with the proper
number of arguments. This tells the disassembler how to parse
code that invokes these methods.
Diffstat (limited to 'source/include/acdisasm.h')
-rw-r--r-- | source/include/acdisasm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/acdisasm.h b/source/include/acdisasm.h index d328c2bcc..571efcee9 100644 --- a/source/include/acdisasm.h +++ b/source/include/acdisasm.h @@ -766,6 +766,9 @@ void AcpiDmUnresolvedWarning ( UINT8 Type); +void +AcpiDmGetExternalsFromFile ( + void); /* * dmresrc |