X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FGenericBdsLib%2FInternalBdsLib.h;h=5830e8068f57a466b8c36159bbf394a773d70025;hb=a29a93b4bda3a7cb0a7152bb9888731dfbcf4db3;hp=a850743643b5e76a97799b9572b565da8c3cf3fd;hpb=3384a9bcb45cd25380df36f785de8b275814ae80;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h b/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h index a850743643..5830e8068f 100644 --- a/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h +++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h @@ -15,9 +15,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _INTERNAL_BDS_LIB_H_ #define _INTERNAL_BDS_LIB_H_ -#include +#include -#include +#include #include #include @@ -45,7 +45,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include -#include #include #include @@ -112,21 +111,4 @@ BdsLibGetImageHeader ( OUT EFI_IMAGE_OPTIONAL_HEADER_PTR_UNION Hdr ); -/** - Check whether the descriptionis is conflict with the description reserved for - auto-created boot options. - - @param Description The Description in a boot option - - @retval TRUE The description is conflict with the description reserved for - auto-created boot options. - @retval FALSE The description is not conflict with the description reserved. - -**/ -BOOLEAN -EFIAPI -CheckDescritptionConflict ( - IN CHAR16 *Description - ); - #endif // _BDS_LIB_H_