From 4990d1c0f07551ff8cdc31ec83048b4ccb3e93a0 Mon Sep 17 00:00:00 2001 From: Felix Polyudov Date: Thu, 2 Apr 2015 06:40:02 +0000 Subject: MdePkg: Missing GUID variable in DiskInfo.h The DiskInfo.h defines EFI_DISK_INFO_NVME_INTERFACE_GUID, but does not declare a corresponding EFI_GUID variable. The attached patch adds "extern" statement for the variable in DiskInfo.h. It also adds variable definition to MdePkg.dec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Felix Polyudov Reviewed-by: Feng Tian Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17102 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/DiskInfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MdePkg/Include/Protocol/DiskInfo.h') diff --git a/MdePkg/Include/Protocol/DiskInfo.h b/MdePkg/Include/Protocol/DiskInfo.h index a04c13b526..bce27e84da 100644 --- a/MdePkg/Include/Protocol/DiskInfo.h +++ b/MdePkg/Include/Protocol/DiskInfo.h @@ -204,5 +204,6 @@ extern EFI_GUID gEfiDiskInfoIdeInterfaceGuid; extern EFI_GUID gEfiDiskInfoScsiInterfaceGuid; extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid; extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid; +extern EFI_GUID gEfiDiskInfoNvmeInterfaceGuid; #endif -- cgit v1.2.3