TianoCore EDK2 master
Loading...
Searching...
No Matches
MmUnblockMemoryLib.h
Go to the documentation of this file.
1
16#ifndef MM_UNBLOCK_MEMORY_LIB_H_
17#define MM_UNBLOCK_MEMORY_LIB_H_
18
37RETURN_STATUS
38EFIAPI
40 IN PHYSICAL_ADDRESS UnblockAddress,
41 IN UINT64 NumberOfPages
42 );
43
44#endif // MM_UNBLOCK_MEMORY_LIB_H_
#define IN
Definition: Base.h:279
RETURN_STATUS EFIAPI MmUnblockMemoryRequest(IN PHYSICAL_ADDRESS UnblockAddress, IN UINT64 NumberOfPages)