mirror of
https://github.com/acpica/acpica/
synced 2025-02-12 03:24:13 +03:00
version #
date 2001.11.20.18.33.00; author rmoore1; state Exp;
This commit is contained in:
parent
b04aa4ee05
commit
ed994c281a
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslcompiler.h - common include file
|
||||
* $Revision: 1.78 $
|
||||
* $Revision: 1.80 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -164,8 +164,8 @@ getopt (
|
||||
* Compiler versions and names
|
||||
*/
|
||||
|
||||
#define CompilerVersion "X2031"
|
||||
#define CompilerCreatorRevision 0x02002031 /* Acpi 2.0, Version # */
|
||||
#define CompilerVersion "X2032"
|
||||
#define CompilerCreatorRevision 0x02002032 /* Acpi 2.0, Version # */
|
||||
|
||||
#define CompilerId "Intel ACPI Component Architecture ASL Compiler"
|
||||
#define CompilerCopyright "Copyright (C) 2000, 2001 Intel Corporation"
|
||||
@ -571,13 +571,25 @@ TrReleaseNode (
|
||||
/* Analyze */
|
||||
|
||||
ACPI_STATUS
|
||||
AnSemanticAnalysisWalkBegin (
|
||||
AnOtherSemanticAnalysisWalkBegin (
|
||||
ASL_PARSE_NODE *Node,
|
||||
UINT32 Level,
|
||||
void *Context);
|
||||
|
||||
ACPI_STATUS
|
||||
AnSemanticAnalysisWalkEnd (
|
||||
AnOtherSemanticAnalysisWalkEnd (
|
||||
ASL_PARSE_NODE *Node,
|
||||
UINT32 Level,
|
||||
void *Context);
|
||||
|
||||
ACPI_STATUS
|
||||
AnOperandTypecheckWalkBegin (
|
||||
ASL_PARSE_NODE *Node,
|
||||
UINT32 Level,
|
||||
void *Context);
|
||||
|
||||
ACPI_STATUS
|
||||
AnOperandTypecheckWalkEnd (
|
||||
ASL_PARSE_NODE *Node,
|
||||
UINT32 Level,
|
||||
void *Context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user