]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DiskInfo.h
Add NVM Express related definition.
[mirror_edk2.git] / MdePkg / Include / Protocol / DiskInfo.h
index 025ed67992df5aa827f14b1ab312c6fb71708795..a04c13b5269ec3bfa65ce3960ed0316400b9f653 100644 (file)
@@ -2,8 +2,8 @@
   Provides the basic interfaces to abstract platform information regarding an \r
   IDE controller.  \r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. <BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2013, 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
   http://opensource.org/licenses/bsd-license.php\r
@@ -62,7 +62,15 @@ 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