|
XenevaOS
|
#include "acpi.h"#include "accommon.h"#include "acparser.h"#include "acopcode.h"#include "amlcode.h"
Macros | |
| #define | _COMPONENT ACPI_PARSER |
Functions | |
| const ACPI_OPCODE_INFO * | AcpiPsGetOpcodeInfo (UINT16 Opcode) |
| const char * | AcpiPsGetOpcodeName (UINT16 Opcode) |
| UINT8 | AcpiPsGetArgumentCount (UINT32 OpType) |
Variables | |
| const UINT8 | AcpiGbl_ShortOpIndex [256] |
| const UINT8 | AcpiGbl_LongOpIndex [NUM_EXTENDED_OPCODE] |
| #define _COMPONENT ACPI_PARSER |
| const ACPI_OPCODE_INFO * AcpiPsGetOpcodeInfo | ( | UINT16 | Opcode | ) |
| const char * AcpiPsGetOpcodeName | ( | UINT16 | Opcode | ) |
| const UINT8 AcpiGbl_LongOpIndex[NUM_EXTENDED_OPCODE] |
| const UINT8 AcpiGbl_ShortOpIndex[256] |