Deleted Added
full compact
hwgpe.c (138287) hwgpe.c (151600)
1
2/******************************************************************************
3 *
4 * Module Name: hwgpe - Low level GPE enable/disable/clear functions
5 * $Revision: 65 $
6 *
7 *****************************************************************************/
8

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

110 * any of its subsidiaries will export/re-export any technical data, process,
111 * software, or service, directly or indirectly, to any country for which the
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
1
2/******************************************************************************
3 *
4 * Module Name: hwgpe - Low level GPE enable/disable/clear functions
5 * $Revision: 65 $
6 *
7 *****************************************************************************/
8

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

110 * any of its subsidiaries will export/re-export any technical data, process,
111 * software, or service, directly or indirectly, to any country for which the
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#include "acpi.h"
119#include "acevents.h"
118#include <contrib/dev/acpica/acpi.h>
119#include <contrib/dev/acpica/acevents.h>
120
121#define _COMPONENT ACPI_HARDWARE
122 ACPI_MODULE_NAME ("hwgpe")
123
124
125/******************************************************************************
126 *
127 * FUNCTION: AcpiHwWriteGpeEnableReg

--- 405 unchanged lines hidden ---
120
121#define _COMPONENT ACPI_HARDWARE
122 ACPI_MODULE_NAME ("hwgpe")
123
124
125/******************************************************************************
126 *
127 * FUNCTION: AcpiHwWriteGpeEnableReg

--- 405 unchanged lines hidden ---