summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/acobject.h')
-rw-r--r--sys/contrib/dev/acpica/acobject.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/contrib/dev/acpica/acobject.h b/sys/contrib/dev/acpica/acobject.h
index b5caeba..007e548 100644
--- a/sys/contrib/dev/acpica/acobject.h
+++ b/sys/contrib/dev/acpica/acobject.h
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
- * $Revision: 112 $
+ * $Revision: 113 $
*
*****************************************************************************/
@@ -190,7 +190,6 @@
union acpi_operand_obj *AddrHandler; /* Handler for Address space */
-
/******************************************************************************
*
* Basic data types
@@ -247,7 +246,6 @@ typedef struct AcpiObjectPackage
} ACPI_OBJECT_PACKAGE;
-
/******************************************************************************
*
* Complex data types
@@ -311,7 +309,6 @@ typedef struct AcpiObjectRegion
} ACPI_OBJECT_REGION;
-
/******************************************************************************
*
* Objects that can be notified. All share a common NotifyInfo area.
@@ -366,7 +363,6 @@ typedef struct AcpiObjectThermalZone
} ACPI_OBJECT_THERMAL_ZONE;
-
/******************************************************************************
*
* Fields. All share a common header/info field.
@@ -430,7 +426,6 @@ typedef struct AcpiObjectBufferField
} ACPI_OBJECT_BUFFER_FIELD;
-
/******************************************************************************
*
* Objects for handlers
@@ -470,7 +465,6 @@ typedef struct AcpiObjectAddrHandler
} ACPI_OBJECT_ADDR_HANDLER;
-
/******************************************************************************
*
* Special internal objects
@@ -537,14 +531,13 @@ typedef struct AcpiObjectCacheList
} ACPI_OBJECT_CACHE_LIST;
-
/******************************************************************************
*
* ACPI_OPERAND_OBJECT Descriptor - a giant union of all of the above
*
*****************************************************************************/
-typedef union acpi_operand_obj
+typedef union acpi_operand_obj
{
ACPI_OBJECT_COMMON Common;
@@ -581,9 +574,6 @@ typedef union acpi_operand_obj
} ACPI_OPERAND_OBJECT;
-
-
-
/******************************************************************************
*
* ACPI_DESCRIPTOR - objects that share a common descriptor identifier
@@ -610,7 +600,6 @@ typedef union acpi_operand_obj
#define ACPI_DESC_TYPE_NAMED 0xAA
-
typedef union acpi_desc
{
UINT8 DescriptorId; /* To differentiate various internal objs */\
OpenPOWER on IntegriCloud