mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
c4eed1fd5e
commit
211a2649f4
|
@ -27,6 +27,9 @@
|
|||
#include <Pi/PiHob.h>
|
||||
#include <Pi/PiDependency.h>
|
||||
|
||||
|
||||
#define EFI_NOT_AVAILABLE_YET EFIERR (32)
|
||||
|
||||
//
|
||||
// Status Code Type Definition
|
||||
//
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
|
||||
#include <Pi/PiMultiPhase.h>
|
||||
|
||||
#define EFI_NOT_AVAILABLE_YET EFIERR (28)
|
||||
|
||||
//
|
||||
// Handles of EFI FV/FFS.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue