Deleted Added
full compact
exutils.c (138287) exutils.c (151600)
1
2/******************************************************************************
3 *
4 * Module Name: exutils - interpreter/scanner utilities
5 * $Revision: 112 $
6 *
7 *****************************************************************************/
8

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

128 * before #including the header files which use this convention. The
129 * names in question will be defined and initialized in that module,
130 * and declared as extern in all other modules which #include those
131 * header files.
132 */
133
134#define DEFINE_AML_GLOBALS
135
1
2/******************************************************************************
3 *
4 * Module Name: exutils - interpreter/scanner utilities
5 * $Revision: 112 $
6 *
7 *****************************************************************************/
8

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

128 * before #including the header files which use this convention. The
129 * names in question will be defined and initialized in that module,
130 * and declared as extern in all other modules which #include those
131 * header files.
132 */
133
134#define DEFINE_AML_GLOBALS
135
136#include "acpi.h"
137#include "acinterp.h"
138#include "amlcode.h"
139#include "acevents.h"
136#include <contrib/dev/acpica/acpi.h>
137#include <contrib/dev/acpica/acinterp.h>
138#include <contrib/dev/acpica/amlcode.h>
139#include <contrib/dev/acpica/acevents.h>
140
141#define _COMPONENT ACPI_EXECUTER
142 ACPI_MODULE_NAME ("exutils")
143
144
145#ifndef ACPI_NO_METHOD_EXECUTION
146
147/*******************************************************************************

--- 317 unchanged lines hidden ---
140
141#define _COMPONENT ACPI_EXECUTER
142 ACPI_MODULE_NAME ("exutils")
143
144
145#ifndef ACPI_NO_METHOD_EXECUTION
146
147/*******************************************************************************

--- 317 unchanged lines hidden ---