ReactOS
0.4.15-dev-4614-ga5a6101
|
#include "acpi.h"
#include "accommon.h"
#include "amlcode.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acdebug.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_DISPATCHER |
Functions | |
ACPI_STATUS | AcpiDsExecBeginControlOp (ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op) |
ACPI_STATUS | AcpiDsExecEndControlOp (ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op) |
#define _COMPONENT ACPI_DISPATCHER |
Definition at line 52 of file dscontrol.c.
ACPI_STATUS AcpiDsExecBeginControlOp | ( | ACPI_WALK_STATE * | WalkState, |
ACPI_PARSE_OBJECT * | Op | ||
) |
Definition at line 71 of file dscontrol.c.
Referenced by AcpiDsExecBeginOp().
ACPI_STATUS AcpiDsExecEndControlOp | ( | ACPI_WALK_STATE * | WalkState, |
ACPI_PARSE_OBJECT * | Op | ||
) |
Definition at line 177 of file dscontrol.c.
Referenced by AcpiDsExecEndOp().