Deleted Added
full compact
dswexec.c (138287) dswexec.c (151600)
1/******************************************************************************
2 *
3 * Module Name: dswexec - Dispatcher method execution callbacks;
4 * dispatch to interpreter.
5 * $Revision: 113 $
6 *
7 *****************************************************************************/
8

--- 103 unchanged lines hidden (view full) ---

112 * United States government or any agency thereof requires an export license,
113 * other governmental approval, or letter of assurance, without first obtaining
114 * such license, approval or letter.
115 *
116 *****************************************************************************/
117
118#define __DSWEXEC_C__
119
1/******************************************************************************
2 *
3 * Module Name: dswexec - Dispatcher method execution callbacks;
4 * dispatch to interpreter.
5 * $Revision: 113 $
6 *
7 *****************************************************************************/
8

--- 103 unchanged lines hidden (view full) ---

112 * United States government or any agency thereof requires an export license,
113 * other governmental approval, or letter of assurance, without first obtaining
114 * such license, approval or letter.
115 *
116 *****************************************************************************/
117
118#define __DSWEXEC_C__
119
120#include "acpi.h"
121#include "acparser.h"
122#include "amlcode.h"
123#include "acdispat.h"
124#include "acinterp.h"
125#include "acnamesp.h"
126#include "acdebug.h"
127#include "acdisasm.h"
120#include <contrib/dev/acpica/acpi.h>
121#include <contrib/dev/acpica/acparser.h>
122#include <contrib/dev/acpica/amlcode.h>
123#include <contrib/dev/acpica/acdispat.h>
124#include <contrib/dev/acpica/acinterp.h>
125#include <contrib/dev/acpica/acnamesp.h>
126#include <contrib/dev/acpica/acdebug.h>
127#include <contrib/dev/acpica/acdisasm.h>
128
129
130#define _COMPONENT ACPI_DISPATCHER
131 ACPI_MODULE_NAME ("dswexec")
132
133/*
134 * Dispatch table for opcode classes
135 */

--- 691 unchanged lines hidden ---
128
129
130#define _COMPONENT ACPI_DISPATCHER
131 ACPI_MODULE_NAME ("dswexec")
132
133/*
134 * Dispatch table for opcode classes
135 */

--- 691 unchanged lines hidden ---