Deleted Added
full compact
exfield.c (126372) exfield.c (151600)
1/******************************************************************************
2 *
3 * Module Name: exfield - ACPI AML (p-code) execution - field manipulation
4 * $Revision: 120 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117
118#define __EXFIELD_C__
119
1/******************************************************************************
2 *
3 * Module Name: exfield - ACPI AML (p-code) execution - field manipulation
4 * $Revision: 120 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117
118#define __EXFIELD_C__
119
120#include "acpi.h"
121#include "acdispat.h"
122#include "acinterp.h"
120#include <contrib/dev/acpica/acpi.h>
121#include <contrib/dev/acpica/acdispat.h>
122#include <contrib/dev/acpica/acinterp.h>
123
124
125#define _COMPONENT ACPI_EXECUTER
126 ACPI_MODULE_NAME ("exfield")
127
128
129/*******************************************************************************
130 *

--- 336 unchanged lines hidden ---
123
124
125#define _COMPONENT ACPI_EXECUTER
126 ACPI_MODULE_NAME ("exfield")
127
128
129/*******************************************************************************
130 *

--- 336 unchanged lines hidden ---