X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FLibrary%2FEdkGenericPlatformBdsLib%2FBootMaint%2FBootMaint.h;h=a5c9f0d920f14ab37055b2780cc8db2ba367ff7a;hp=6c3489f26945d8a203844c5d68fa8aa9d78a7692;hb=76f407a69e668c8407ea736e2e3d9df07e046dc8;hpb=15b9277fb809fa3632774deb2b94eb27333bbc30 diff --git a/EdkModulePkg/Library/EdkGenericPlatformBdsLib/BootMaint/BootMaint.h b/EdkModulePkg/Library/EdkGenericPlatformBdsLib/BootMaint/BootMaint.h index 6c3489f269..a5c9f0d920 100644 --- a/EdkModulePkg/Library/EdkGenericPlatformBdsLib/BootMaint/BootMaint.h +++ b/EdkModulePkg/Library/EdkGenericPlatformBdsLib/BootMaint/BootMaint.h @@ -85,16 +85,14 @@ Revision History // Check to see if current build support option active feature of // some driver option // -#ifndef LOAD_OPTION_ACTIVE #define LOAD_OPTION_ACTIVE 0x00000001 -#endif + // // Check to see if current build support force reconnect feature of // some driver option // -#ifndef LOAD_OPTION_FORCE_RECONNECT #define LOAD_OPTION_FORCE_RECONNECT 0x00000002 -#endif + // // Below are the form ids for display, form id is used as callback key value, // some key value definitions are also defined here. By defining this enum type,