]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DiskInfo.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / DiskInfo.h
index 4c90642808f23f9c356926cf7a5fd5312e129484..09fe34ada6b1250e0e1d771a5330ce888bceaa0b 100644 (file)
@@ -2,7 +2,7 @@
   Provides the basic interfaces to abstract platform information regarding an \r
   IDE controller.  \r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -12,7 +12,7 @@
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
-  This Protocol is defined in UEFI Platform Initialization Specification 1.\r
+  This Protocol is defined in UEFI Platform Initialization Specification 1.6\r
   Volume 5: Standards\r
   \r
 **/\r
@@ -62,7 +62,31 @@ typedef struct _EFI_DISK_INFO_PROTOCOL  EFI_DISK_INFO_PROTOCOL;
 ///\r
 #define EFI_DISK_INFO_AHCI_INTERFACE_GUID \\r
   { \\r
-    0x9e498932, 0x4abc, 0x45af, {0xa3, 0x4d, 0x2, 0x47, 0x78, 0x7b, 0xe7, 0xc6} \\r
+    0x9e498932, 0x4abc, 0x45af, {0xa3, 0x4d, 0x2, 0x47, 0x78, 0x7b, 0xe7, 0xc6 } \\r
+  }\r
+\r
+///\r
+/// Global ID for a NVME interface.  Used to fill in EFI_DISK_INFO_PROTOCOL.Interface\r
+///\r
+#define EFI_DISK_INFO_NVME_INTERFACE_GUID \\r
+  { \\r
+    0x3ab14680, 0x5d3f, 0x4a4d, {0xbc, 0xdc, 0xcc, 0x38, 0x0, 0x18, 0xc7, 0xf7 } \\r
+  }\r
+\r
+///\r
+/// Global ID for a UFS interface.  Used to fill in EFI_DISK_INFO_PROTOCOL.Interface\r
+///\r
+#define EFI_DISK_INFO_UFS_INTERFACE_GUID \\r
+  { \\r
+    0x4b3029cc, 0x6b98, 0x47fb, { 0xbc, 0x96, 0x76, 0xdc, 0xb8, 0x4, 0x41, 0xf0 } \\r
+  }\r
+\r
+///\r
+/// Global ID for an SD/MMC interface.  Used to fill in EFI_DISK_INFO_PROTOCOL.Interface\r
+///\r
+#define EFI_DISK_INFO_SD_MMC_INTERFACE_GUID \\r
+  { \\r
+    0x8deec992, 0xd39c, 0x4a5c, { 0xab, 0x6b, 0x98, 0x6e, 0x14, 0x24, 0x2b, 0x9d } \\r
   }\r
 \r
 /**\r
@@ -196,5 +220,8 @@ extern EFI_GUID gEfiDiskInfoIdeInterfaceGuid;
 extern EFI_GUID gEfiDiskInfoScsiInterfaceGuid;\r
 extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid;\r
 extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid;\r
+extern EFI_GUID gEfiDiskInfoNvmeInterfaceGuid;\r
+extern EFI_GUID gEfiDiskInfoUfsInterfaceGuid;\r
+extern EFI_GUID gEfiDiskInfoSdMmcInterfaceGuid;\r
 \r
 #endif\r