Skip to content

Commit

Permalink
Fixed header file issue in StandaloneMmPeCoffExtraActionLib.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed Oct 21, 2023
1 parent 9fed698 commit 11f4cf9
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ SPDX-License-Identifier: BSD-2-Clause-Patent

#include <PiDxe.h>

// MU_CHANGE [BEGIN]
// #include <Library/ArmMmuLib.h>
#include <Library/MmuLib.h>
// MU_CHANGE [END]
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/PeCoffLib.h>
#include <Library/PeCoffExtraActionLib.h>
#include <Library/StandaloneMmMmuLib.h>
// MU_CHANGE [BEGIN]
// #include <Library/StandaloneMmMmuLib.h>
#include <Library/MmuLib.h>
// MU_CHANGE [END]

typedef RETURN_STATUS (*REGION_PERMISSION_UPDATE_FUNC) (
IN EFI_PHYSICAL_ADDRESS BaseAddress,
Expand Down

0 comments on commit 11f4cf9

Please sign in to comment.