Added UEFI Boot Manager definitions to UEFISpec.h and removed from BDS

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3515 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH
2007-07-31 15:52:44 +00:00
parent b25e8149f5
commit 95cba3ee15
3 changed files with 38 additions and 13 deletions

View File

@@ -49,8 +49,6 @@ extern EFI_HANDLE mBdsImageHandle;
//
// Load Option Attributes defined in EFI Specification
//
#define LOAD_OPTION_ACTIVE 0x00000001
#define LOAD_OPTION_FORCE_RECONNECT 0x00000002
#define IS_LOAD_OPTION_TYPE(_c, _Mask) (BOOLEAN) (((_c) & (_Mask)) != 0)
//