Add the GUID of the DIG64 HCDP table.

This commit is contained in:
Marcel Moolenaar 2002-12-08 20:47:44 +00:00
parent 7b54e1ca53
commit 0068037936
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107686

View File

@ -658,6 +658,9 @@ typedef struct _EFI_BOOT_SERVICES {
#define SAL_SYSTEM_TABLE_GUID \
{ 0xeb9d2d32, 0x2d88, 0x11d3, { 0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } }
/* DIG64 Headless Console & Debug Port Table. */
#define HCDP_TABLE_GUID \
{0xf951938d,0x620b,0x42ef,{0x82,0x79,0xa8,0x4b,0x79,0x61,0x78,0x98}}
typedef struct _EFI_CONFIGURATION_TABLE {
EFI_GUID VendorGuid;