patch-2.4.10 linux/drivers/acpi/include/actbl71.h

Next file: linux/drivers/acpi/include/actypes.h
Previous file: linux/drivers/acpi/include/actbl2.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/acpi/include/actbl71.h linux/drivers/acpi/include/actbl71.h
@@ -61,7 +61,7 @@
 /*****************************************/
 typedef struct
 {
-	ACPI_TABLE_HEADER   header;                 /* Table header */
+	acpi_table_header   header;                 /* Table header */
 	u32                 reserved_pad;           /* IA64 alignment, must be 0 */
 	UINT64              table_offset_entry [1]; /* Array of pointers to other */
 			   /* tables' headers */
@@ -84,7 +84,7 @@
 	u32                 reserved1     : 31;   /* must be 0 */
 	u8                  reserved3 [28];       /* reserved - must be zero */
 
-} FACS_DESCRIPTOR_REV071;
+} facs_descriptor_rev071;
 
 
 /******************************************/
@@ -93,7 +93,7 @@
 /******************************************/
 typedef struct
 {
-	ACPI_TABLE_HEADER   header;             /* table header */
+	acpi_table_header   header;             /* table header */
 	u32                 reserved_pad;       /* IA64 alignment, must be 0 */
 	UINT64              firmware_ctrl;      /* 64-bit Physical address of FACS */
 	UINT64              dsdt;               /* 64-bit Physical address of DSDT */
@@ -139,7 +139,7 @@
 	u32                 dock_cap    : 1;    /* Supports Docking */
 	u32                 reserved6   : 22;    /* reserved - must be zero */
 
-}  FADT_DESCRIPTOR_REV071;
+}  fadt_descriptor_rev071;
 
 #pragma pack()
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)