summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-12-08 20:47:44 +0000
committermarcel <marcel@FreeBSD.org>2002-12-08 20:47:44 +0000
commit5745230c62222259ed9ed945c840ba4de621d4b4 (patch)
tree062d073cd313d5f5e809c3ed9080305f363f3fb5 /sys/boot
parent0c941a7611f8bce95e9c663c512391016d8177d6 (diff)
downloadFreeBSD-src-5745230c62222259ed9ed945c840ba4de621d4b4.zip
FreeBSD-src-5745230c62222259ed9ed945c840ba4de621d4b4.tar.gz
Add the GUID of the DIG64 HCDP table.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/include/efiapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/efi/include/efiapi.h b/sys/boot/efi/include/efiapi.h
index 2fda578..673d63f 100644
--- a/sys/boot/efi/include/efiapi.h
+++ b/sys/boot/efi/include/efiapi.h
@@ -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;
OpenPOWER on IntegriCloud