Deleted Added
full compact
utxface.c (129684) utxface.c (151600)
1/******************************************************************************
2 *
3 * Module Name: utxface - External interfaces for "global" ACPI functions
4 * $Revision: 106 $
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 __UTXFACE_C__
119
1/******************************************************************************
2 *
3 * Module Name: utxface - External interfaces for "global" ACPI functions
4 * $Revision: 106 $
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 __UTXFACE_C__
119
120#include "acpi.h"
121#include "acevents.h"
122#include "acnamesp.h"
123#include "acparser.h"
124#include "acdispat.h"
125#include "acdebug.h"
120#include <contrib/dev/acpica/acpi.h>
121#include <contrib/dev/acpica/acevents.h>
122#include <contrib/dev/acpica/acnamesp.h>
123#include <contrib/dev/acpica/acparser.h>
124#include <contrib/dev/acpica/acdispat.h>
125#include <contrib/dev/acpica/acdebug.h>
126
127#define _COMPONENT ACPI_UTILITIES
128 ACPI_MODULE_NAME ("utxface")
129
130
131/*******************************************************************************
132 *
133 * FUNCTION: AcpiInitializeSubsystem

--- 488 unchanged lines hidden ---
126
127#define _COMPONENT ACPI_UTILITIES
128 ACPI_MODULE_NAME ("utxface")
129
130
131/*******************************************************************************
132 *
133 * FUNCTION: AcpiInitializeSubsystem

--- 488 unchanged lines hidden ---