Deleted Added
full compact
exresop.c (138287) exresop.c (151600)
1
2/******************************************************************************
3 *
4 * Module Name: exresop - AML Interpreter operand/object resolution
5 * $Revision: 70 $
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 __EXRESOP_C__
119
1
2/******************************************************************************
3 *
4 * Module Name: exresop - AML Interpreter operand/object resolution
5 * $Revision: 70 $
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 __EXRESOP_C__
119
120#include "acpi.h"
121#include "amlcode.h"
122#include "acparser.h"
123#include "acinterp.h"
120#include <contrib/dev/acpica/acpi.h>
121#include <contrib/dev/acpica/amlcode.h>
122#include <contrib/dev/acpica/acparser.h>
123#include <contrib/dev/acpica/acinterp.h>
124
125
126#define _COMPONENT ACPI_EXECUTER
127 ACPI_MODULE_NAME ("exresop")
128
129
130/*******************************************************************************
131 *

--- 600 unchanged lines hidden ---
124
125
126#define _COMPONENT ACPI_EXECUTER
127 ACPI_MODULE_NAME ("exresop")
128
129
130/*******************************************************************************
131 *

--- 600 unchanged lines hidden ---