mirror of https://github.com/acidanthera/audk.git
Remove the old definition in FlashMapHob
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4314 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
55fd33e5b8
commit
fba96322cc
|
@ -20,21 +20,6 @@ Abstract:
|
|||
--*/
|
||||
|
||||
#include "Bds.h"
|
||||
#include <Guid/FlashMapHob.h>
|
||||
|
||||
VOID
|
||||
BdsLockFv (
|
||||
IN EFI_CPU_IO_PROTOCOL *CpuIo,
|
||||
IN EFI_FLASH_SUBAREA_ENTRY *FlashEntry
|
||||
);
|
||||
|
||||
VOID
|
||||
BdsLockFv (
|
||||
IN EFI_CPU_IO_PROTOCOL *CpuIo,
|
||||
IN EFI_FLASH_SUBAREA_ENTRY *FlashEntry
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
VOID
|
||||
BdsLockNonUpdatableFlash (
|
||||
|
|
Loading…
Reference in New Issue