summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h')
-rw-r--r--IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h b/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h
index 208b975ade..a850743643 100644
--- a/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h
+++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h
@@ -112,4 +112,21 @@ 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_