TianoCore EDK2 master
Loading...
Searching...
No Matches
ResourcePublicationLib.h
Go to the documentation of this file.
1
9#ifndef __RESOURCE_PUBLICATION_LIB__
10#define __RESOURCE_PUBLICATION_LIB__
11
29RETURN_STATUS
30EFIAPI
32 IN PHYSICAL_ADDRESS MemoryBegin,
33 IN UINT64 MemoryLength
34 );
35
36#endif
#define IN
Definition: Base.h:279
RETURN_STATUS EFIAPI PublishSystemMemory(IN PHYSICAL_ADDRESS MemoryBegin, IN UINT64 MemoryLength)