Linux Kernel
3.7.1
|
#include <acpi/acpi.h>
#include "accommon.h"
#include "acparser.h"
#include "acopcode.h"
#include "amlcode.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_PARSER |
Functions | |
struct acpi_opcode_info * | acpi_ps_get_opcode_info (u16 opcode) |
char * | acpi_ps_get_opcode_name (u16 opcode) |
u8 | acpi_ps_get_argument_count (u32 op_type) |
Variables | |
struct acpi_opcode_info | acpi_gbl_aml_op_info [AML_NUM_OPCODES] |
#define _COMPONENT ACPI_PARSER |
Definition at line 50 of file psopcode.c.
Definition at line 811 of file psopcode.c.
|
read |
Definition at line 736 of file psopcode.c.
Definition at line 781 of file psopcode.c.
struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES] |
Definition at line 189 of file psopcode.c.