Deleted Added
full compact
hwtimer.c (138287) hwtimer.c (151600)
1
2/******************************************************************************
3 *
4 * Name: hwtimer.c - ACPI Power Management Timer Interface
5 * $Revision: 28 $
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: hwtimer.c - ACPI Power Management Timer Interface
5 * $Revision: 28 $
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 ("hwtimer")
122
123
124/******************************************************************************
125 *
126 * FUNCTION: AcpiGetTimerResolution

--- 157 unchanged lines hidden ---
119
120#define _COMPONENT ACPI_HARDWARE
121 ACPI_MODULE_NAME ("hwtimer")
122
123
124/******************************************************************************
125 *
126 * FUNCTION: AcpiGetTimerResolution

--- 157 unchanged lines hidden ---