blob: 0f4662e1239313e862ad6a6f2ff22f9d4671649a [file]
/** @file
Common code PlatformBootManager and PlatformBootManagerLight.
Copyright (C) 2025, Red Hat, Inc.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Uefi/UefiBaseType.h>
#include <Base.h>
VOID
PlatformRegisterFvBootOption (
EFI_GUID *FileGuid,
CHAR16 *Description,
UINT32 Attributes,
BOOLEAN Enabled
);
VOID
RemoveStaleFvFileOptions (
VOID
);