Deleted Added
full compact
exconfig.c (138287) exconfig.c (151600)
1/******************************************************************************
2 *
3 * Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes)
4 * $Revision: 79 $
5 *
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 __EXCONFIG_C__
119
1/******************************************************************************
2 *
3 * Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes)
4 * $Revision: 79 $
5 *
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 __EXCONFIG_C__
119
120#include "acpi.h"
121#include "acinterp.h"
122#include "amlcode.h"
123#include "acnamesp.h"
124#include "acevents.h"
125#include "actables.h"
126#include "acdispat.h"
120#include <contrib/dev/acpica/acpi.h>
121#include <contrib/dev/acpica/acinterp.h>
122#include <contrib/dev/acpica/amlcode.h>
123#include <contrib/dev/acpica/acnamesp.h>
124#include <contrib/dev/acpica/acevents.h>
125#include <contrib/dev/acpica/actables.h>
126#include <contrib/dev/acpica/acdispat.h>
127
128
129#define _COMPONENT ACPI_EXECUTER
130 ACPI_MODULE_NAME ("exconfig")
131
132
133/*******************************************************************************
134 *

--- 460 unchanged lines hidden ---
127
128
129#define _COMPONENT ACPI_EXECUTER
130 ACPI_MODULE_NAME ("exconfig")
131
132
133/*******************************************************************************
134 *

--- 460 unchanged lines hidden ---