patch-2.4.10 linux/drivers/acpi/include/actbl1.h
Next file: linux/drivers/acpi/include/actbl2.h
Previous file: linux/drivers/acpi/include/actbl.h
Back to the patch index
Back to the overall index
-  Lines: 36
-  Date:
Sun Sep 23 09:42:32 2001
-  Orig file: 
v2.4.9/linux/drivers/acpi/include/actbl1.h
-  Orig date: 
Mon Jan 22 13:23:42 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/acpi/include/actbl1.h linux/drivers/acpi/include/actbl1.h
@@ -34,7 +34,7 @@
 /*************************************/
 typedef struct
 {
-	ACPI_TABLE_HEADER       header;                 /* Table header */
+	acpi_table_header       header;                 /* Table header */
 	u32                     table_offset_entry [1]; /* Array of pointers to other */
 			 /* ACPI tables */
 } RSDT_DESCRIPTOR_REV1;
@@ -55,7 +55,7 @@
 	u32                     reserved1       : 31;   /* must be 0 */
 	u8                      resverved3 [40];        /* reserved - must be zero */
 
-} FACS_DESCRIPTOR_REV1;
+} facs_descriptor_rev1;
 
 
 /************************************/
@@ -64,7 +64,7 @@
 /************************************/
 typedef struct
 {
-	ACPI_TABLE_HEADER       header;                 /* table header */
+	acpi_table_header       header;                 /* table header */
 	u32                     firmware_ctrl;          /* Physical address of FACS */
 	u32                     dsdt;                   /* Physical address of DSDT */
 	u8                      model;                  /* System Interrupt Model */
@@ -114,7 +114,7 @@
 	u32                     tmr_val_ext     : 1;    /* tmr_val is 32 bits */
 	u32                     reserved5       : 23;   /* reserved - must be zero */
 
-}  FADT_DESCRIPTOR_REV1;
+}  fadt_descriptor_rev1;
 
 #pragma pack()
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)