From: yshang1 Date: Wed, 4 Jul 2007 09:04:40 +0000 (+0000) Subject: Add EFI_NOT_AVAILABLE_YET in MdePkg and change the value to EFIERR(32) to avoid the... X-Git-Tag: edk2-stable201903~22923 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=211a2649f4b22f905bf565e74d91296b0f9cea70 Add EFI_NOT_AVAILABLE_YET in MdePkg and change the value to EFIERR(32) to avoid the value conflict. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3032 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Pi/PiMultiPhase.h b/MdePkg/Include/Pi/PiMultiPhase.h index d9bb3e303c..5a59a64762 100644 --- a/MdePkg/Include/Pi/PiMultiPhase.h +++ b/MdePkg/Include/Pi/PiMultiPhase.h @@ -27,6 +27,9 @@ #include #include + +#define EFI_NOT_AVAILABLE_YET EFIERR (32) + // // Status Code Type Definition // diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePkg/Include/Pi/PiPeiCis.h index 03a1294d59..da7c46e587 100644 --- a/MdePkg/Include/Pi/PiPeiCis.h +++ b/MdePkg/Include/Pi/PiPeiCis.h @@ -21,8 +21,6 @@ #include -#define EFI_NOT_AVAILABLE_YET EFIERR (28) - // // Handles of EFI FV/FFS. //