Retire description string macro for boot device type which are not defined in UEFI specification.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8926 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -111,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_
|
||||
|
Reference in New Issue
Block a user