Deleted Added
full compact
dswload.c (138287) dswload.c (151600)
1/******************************************************************************
2 *
3 * Module Name: dswload - Dispatcher namespace load callbacks
4 * $Revision: 88 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117#define __DSWLOAD_C__
118
1/******************************************************************************
2 *
3 * Module Name: dswload - Dispatcher namespace load callbacks
4 * $Revision: 88 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117#define __DSWLOAD_C__
118
119#include "acpi.h"
120#include "acparser.h"
121#include "amlcode.h"
122#include "acdispat.h"
123#include "acinterp.h"
124#include "acnamesp.h"
125#include "acevents.h"
119#include <contrib/dev/acpica/acpi.h>
120#include <contrib/dev/acpica/acparser.h>
121#include <contrib/dev/acpica/amlcode.h>
122#include <contrib/dev/acpica/acdispat.h>
123#include <contrib/dev/acpica/acinterp.h>
124#include <contrib/dev/acpica/acnamesp.h>
125#include <contrib/dev/acpica/acevents.h>
126
127#ifdef _ACPI_ASL_COMPILER
126
127#ifdef _ACPI_ASL_COMPILER
128#include "acdisasm.h"
128#include <contrib/dev/acpica/acdisasm.h>
129#endif
130
131#define _COMPONENT ACPI_DISPATCHER
132 ACPI_MODULE_NAME ("dswload")
133
134
135/*******************************************************************************
136 *

--- 976 unchanged lines hidden ---
129#endif
130
131#define _COMPONENT ACPI_DISPATCHER
132 ACPI_MODULE_NAME ("dswload")
133
134
135/*******************************************************************************
136 *

--- 976 unchanged lines hidden ---