diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-04 09:04:40 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-04 09:04:40 +0000 |
commit | 211a2649f4b22f905bf565e74d91296b0f9cea70 (patch) | |
tree | e029a8841725708693188a6c84da103e4a6f3a13 /MdePkg/Include/Pi | |
parent | c4eed1fd5ef39cbe887161ea7d0ec84e0812514a (diff) | |
download | edk2-platforms-211a2649f4b22f905bf565e74d91296b0f9cea70.tar.xz |
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
Diffstat (limited to 'MdePkg/Include/Pi')
-rw-r--r-- | MdePkg/Include/Pi/PiMultiPhase.h | 3 | ||||
-rw-r--r-- | MdePkg/Include/Pi/PiPeiCis.h | 2 |
2 files changed, 3 insertions, 2 deletions
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 <Pi/PiHob.h>
#include <Pi/PiDependency.h>
+
+#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 <Pi/PiMultiPhase.h>
-#define EFI_NOT_AVAILABLE_YET EFIERR (28)
-
//
// Handles of EFI FV/FFS.
//
|