Deleted Added
full compact
hwsleep.c (138287) hwsleep.c (151600)
1
2/******************************************************************************
3 *
4 * Name: hwsleep.c - ACPI Hardware Sleep/Wake Interface
5 * $Revision: 70 $
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 * Name: hwsleep.c - ACPI Hardware Sleep/Wake Interface
5 * $Revision: 70 $
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"
118#include <contrib/dev/acpica/acpi.h>
119
120#define _COMPONENT ACPI_HARDWARE
121 ACPI_MODULE_NAME ("hwsleep")
122
123
124#define METHOD_NAME__BFS "\\_BFS"
125#define METHOD_NAME__GTS "\\_GTS"
126#define METHOD_NAME__PTS "\\_PTS"

--- 580 unchanged lines hidden ---
119
120#define _COMPONENT ACPI_HARDWARE
121 ACPI_MODULE_NAME ("hwsleep")
122
123
124#define METHOD_NAME__BFS "\\_BFS"
125#define METHOD_NAME__GTS "\\_GTS"
126#define METHOD_NAME__PTS "\\_PTS"

--- 580 unchanged lines hidden ---