Deleted Added
full compact
exoparg3.c (126372) exoparg3.c (151600)
1
2/******************************************************************************
3 *
4 * Module Name: exoparg3 - AML execution - opcodes with 3 arguments
5 * $Revision: 19 $
6 *
7 *****************************************************************************/
8

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

113 * United States government or any agency thereof requires an export license,
114 * other governmental approval, or letter of assurance, without first obtaining
115 * such license, approval or letter.
116 *
117 *****************************************************************************/
118
119#define __EXOPARG3_C__
120
1
2/******************************************************************************
3 *
4 * Module Name: exoparg3 - AML execution - opcodes with 3 arguments
5 * $Revision: 19 $
6 *
7 *****************************************************************************/
8

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

113 * United States government or any agency thereof requires an export license,
114 * other governmental approval, or letter of assurance, without first obtaining
115 * such license, approval or letter.
116 *
117 *****************************************************************************/
118
119#define __EXOPARG3_C__
120
121#include "acpi.h"
122#include "acinterp.h"
123#include "acparser.h"
124#include "amlcode.h"
121#include <contrib/dev/acpica/acpi.h>
122#include <contrib/dev/acpica/acinterp.h>
123#include <contrib/dev/acpica/acparser.h>
124#include <contrib/dev/acpica/amlcode.h>
125
126
127#define _COMPONENT ACPI_EXECUTER
128 ACPI_MODULE_NAME ("exoparg3")
129
130
131/*!
132 * Naming convention for AML interpreter execution routines.

--- 204 unchanged lines hidden ---
125
126
127#define _COMPONENT ACPI_EXECUTER
128 ACPI_MODULE_NAME ("exoparg3")
129
130
131/*!
132 * Naming convention for AML interpreter execution routines.

--- 204 unchanged lines hidden ---