TianoCore EDK2 master
Loading...
Searching...
No Matches
ArmMmuLibInternal.h
Go to the documentation of this file.
1
10#ifndef ARM_MMU_LIB_INTERNAL_H_
11#define ARM_MMU_LIB_INTERNAL_H_
12
13typedef
14VOID(
15 EFIAPI *ARM_REPLACE_LIVE_TRANSLATION_ENTRY
16 )(
17 IN UINT64 *Entry,
18 IN UINT64 Value,
19 IN UINT64 RegionStart,
20 IN BOOLEAN DisableMmu
21 );
22
23#endif
#define IN
Definition: Base.h:279