aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/actbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/actbl.h')
-rw-r--r--sys/contrib/dev/acpica/actbl.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/sys/contrib/dev/acpica/actbl.h b/sys/contrib/dev/acpica/actbl.h
index 87609d3671f5..b16e2f7719ab 100644
--- a/sys/contrib/dev/acpica/actbl.h
+++ b/sys/contrib/dev/acpica/actbl.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actbl.h - Table data structures defined in ACPI specification
- * $Revision: 60 $
+ * $Revision: 64 $
*
*****************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -235,21 +235,19 @@ typedef struct multiple_apic_table
#define APIC_XRUPT_SOURCE 8
#define APIC_RESERVED 9 /* 9 and greater are reserved */
-/*
+/*
* MADT sub-structures (Follow MULTIPLE_APIC_DESCRIPTION_TABLE)
*/
#define APIC_HEADER_DEF /* Common APIC sub-structure header */\
UINT8 Type; \
UINT8 Length;
-
-typedef struct apic_header /* APIC common table header */
+typedef struct apic_header
{
APIC_HEADER_DEF
} APIC_HEADER;
-
/* Values for MPS INTI flags */
#define POLARITY_CONFORMS 0
@@ -364,8 +362,8 @@ typedef struct madt_interrupt_source
} MADT_INTERRUPT_SOURCE;
-/*
- * Smart Battery
+/*
+ * Smart Battery
*/
typedef struct smart_battery_table
{
@@ -377,7 +375,7 @@ typedef struct smart_battery_table
} SMART_BATTERY_TABLE;
-/*
+/*
* High performance timer
*/
typedef struct hpet_table