Deleted Added
full compact
actbl.h (129684) actbl.h (151600)
1/******************************************************************************
2 *
3 * Name: actbl.h - Table data structures defined in ACPI specification
4 * $Revision: 66 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

410 UINT8 Flags;
411
412} ACPI_TABLE_SUPPORT;
413
414
415/*
416 * Get the ACPI version-specific tables
417 */
1/******************************************************************************
2 *
3 * Name: actbl.h - Table data structures defined in ACPI specification
4 * $Revision: 66 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

410 UINT8 Flags;
411
412} ACPI_TABLE_SUPPORT;
413
414
415/*
416 * Get the ACPI version-specific tables
417 */
418#include "actbl1.h" /* Acpi 1.0 table definitions */
419#include "actbl2.h" /* Acpi 2.0 table definitions */
418#include <contrib/dev/acpica/actbl1.h> /* Acpi 1.0 table definitions */
419#include <contrib/dev/acpica/actbl2.h> /* Acpi 2.0 table definitions */
420
421
422#pragma pack(1)
423/*
424 * High performance timer
425 */
426typedef struct hpet_table
427{

--- 12 unchanged lines hidden ---
420
421
422#pragma pack(1)
423/*
424 * High performance timer
425 */
426typedef struct hpet_table
427{

--- 12 unchanged lines hidden ---