diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-05-18 23:17:05 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-05-18 23:17:05 +0000 |
commit | 615eb2945402758f050f1cb469181d3d22a22aa3 (patch) | |
tree | 0f95f8242a48aa24d8a795f626766746819b5227 /source/include/acparser.h | |
parent | 2a91972d59fb9df39eae760a853d6f5bc4065cf0 (diff) |
Notes
Diffstat (limited to 'source/include/acparser.h')
-rw-r--r-- | source/include/acparser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/acparser.h b/source/include/acparser.h index 4ad2ec27402b..a3c766610415 100644 --- a/source/include/acparser.h +++ b/source/include/acparser.h @@ -72,6 +72,9 @@ * *****************************************************************************/ +extern const UINT8 AcpiGbl_ShortOpIndex[]; +extern const UINT8 AcpiGbl_LongOpIndex[]; + /* * psxface - Parser external interfaces |