Deleted Added
full compact
exregion.c (138287) exregion.c (151600)
1
2/******************************************************************************
3 *
4 * Module Name: exregion - ACPI default OpRegion (address space) handlers
5 * $Revision: 87 $
6 *
7 *****************************************************************************/
8

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

113 * other governmental approval, or letter of assurance, without first obtaining
114 * such license, approval or letter.
115 *
116 *****************************************************************************/
117
118
119#define __EXREGION_C__
120
1
2/******************************************************************************
3 *
4 * Module Name: exregion - ACPI default OpRegion (address space) handlers
5 * $Revision: 87 $
6 *
7 *****************************************************************************/
8

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

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

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

--- 486 unchanged lines hidden ---