summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/DiskInfo.h
diff options
context:
space:
mode:
authorFeng Tian <feng.tian@intel.com>2013-08-12 06:12:44 +0000
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>2013-08-12 06:12:44 +0000
commit17625930ba14ec785dbc221d79967d398593cc32 (patch)
treef7bf643545ffc358b6a096e66962e43a8291d422 /MdePkg/Include/Protocol/DiskInfo.h
parent5a9f73bf065eda6b830445dc907e778f4a13d8d7 (diff)
downloadedk2-17625930ba14ec785dbc221d79967d398593cc32.tar.gz
edk2-17625930ba14ec785dbc221d79967d398593cc32.tar.bz2
edk2-17625930ba14ec785dbc221d79967d398593cc32.zip
Add NVM Express related definition.
Signed-off-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14544 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DiskInfo.h')
-rw-r--r--MdePkg/Include/Protocol/DiskInfo.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/DiskInfo.h b/MdePkg/Include/Protocol/DiskInfo.h
index 4c90642808..a04c13b526 100644
--- a/MdePkg/Include/Protocol/DiskInfo.h
+++ b/MdePkg/Include/Protocol/DiskInfo.h
@@ -2,7 +2,7 @@
Provides the basic interfaces to abstract platform information regarding an
IDE controller.
- Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -62,7 +62,15 @@ typedef struct _EFI_DISK_INFO_PROTOCOL EFI_DISK_INFO_PROTOCOL;
///
#define EFI_DISK_INFO_AHCI_INTERFACE_GUID \
{ \
- 0x9e498932, 0x4abc, 0x45af, {0xa3, 0x4d, 0x2, 0x47, 0x78, 0x7b, 0xe7, 0xc6} \
+ 0x9e498932, 0x4abc, 0x45af, {0xa3, 0x4d, 0x2, 0x47, 0x78, 0x7b, 0xe7, 0xc6 } \
+ }
+
+///
+/// Global ID for a NVME interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
+///
+#define EFI_DISK_INFO_NVME_INTERFACE_GUID \
+ { \
+ 0x3ab14680, 0x5d3f, 0x4a4d, {0xbc, 0xdc, 0xcc, 0x38, 0x0, 0x18, 0xc7, 0xf7 } \
}
/**