patch-2.4.19 linux-2.4.19/include/asm-ia64/efi.h

Next file: linux-2.4.19/include/asm-ia64/elf.h
Previous file: linux-2.4.19/include/asm-ia64/checksum.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-ia64/efi.h linux-2.4.19/include/asm-ia64/efi.h
@@ -181,6 +181,9 @@
 #define SAL_SYSTEM_TABLE_GUID    \
     ((efi_guid_t) { 0xeb9d2d32, 0x2d88, 0x11d3, { 0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }})
 
+#define HCDP_TABLE_GUID	\
+    ((efi_guid_t) { 0xf951938d, 0x620b, 0x42ef, {0x82, 0x79, 0xa8, 0x4b, 0x79, 0x61, 0x78, 0x98}})
+
 typedef struct {
 	efi_guid_t guid;
 	u64 table;
@@ -215,6 +218,7 @@
 	void *acpi20;			/* ACPI table  (ACPI 2.0) */
 	void *smbios;			/* SM BIOS table */
 	void *sal_systab;		/* SAL system table */
+	void *hcdp;			/* HCDP table */
 	void *boot_info;		/* boot info table */
 	efi_get_time_t *get_time;
 	efi_set_time_t *set_time;

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