Deleted Added
full compact
evsci.c (126372) evsci.c (151600)
1/*******************************************************************************
2 *
3 * Module Name: evsci - System Control Interrupt configuration and
4 * legacy to ACPI mode state transition functions
5 * $Revision: 94 $
6 *
7 ******************************************************************************/
8

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

111 * any of its subsidiaries will export/re-export any technical data, process,
112 * software, or service, directly or indirectly, to any country for which the
113 * United States government or any agency thereof requires an export license,
114 * other governmental approval, or letter of assurance, without first obtaining
115 * such license, approval or letter.
116 *
117 *****************************************************************************/
118
1/*******************************************************************************
2 *
3 * Module Name: evsci - System Control Interrupt configuration and
4 * legacy to ACPI mode state transition functions
5 * $Revision: 94 $
6 *
7 ******************************************************************************/
8

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

111 * any of its subsidiaries will export/re-export any technical data, process,
112 * software, or service, directly or indirectly, to any country for which the
113 * United States government or any agency thereof requires an export license,
114 * other governmental approval, or letter of assurance, without first obtaining
115 * such license, approval or letter.
116 *
117 *****************************************************************************/
118
119#include "acpi.h"
120#include "acevents.h"
119#include <contrib/dev/acpica/acpi.h>
120#include <contrib/dev/acpica/acevents.h>
121
122
123#define _COMPONENT ACPI_EVENTS
124 ACPI_MODULE_NAME ("evsci")
125
126
127/*******************************************************************************
128 *

--- 145 unchanged lines hidden ---
121
122
123#define _COMPONENT ACPI_EVENTS
124 ACPI_MODULE_NAME ("evsci")
125
126
127/*******************************************************************************
128 *

--- 145 unchanged lines hidden ---