TianoCore EDK2 master
Loading...
Searching...
No Matches
PrmModuleDiscoveryLib.h
Go to the documentation of this file.
1
10#ifndef PRM_MODULE_DISCOVERY_LIB_H_
11#define PRM_MODULE_DISCOVERY_LIB_H_
12
13#include <Base.h>
14#include <PrmContextBuffer.h>
16#include <Uefi.h>
17
29EFIAPI
31 IN OUT PRM_MODULE_IMAGE_CONTEXT **ModuleImageContext
32 );
33
54EFIAPI
56 OUT UINTN *ModuleCount OPTIONAL,
57 OUT UINTN *HandlerCount OPTIONAL
58 );
59
60#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
EFI_STATUS EFIAPI GetNextPrmModuleEntry(IN OUT PRM_MODULE_IMAGE_CONTEXT **ModuleImageContext)
EFI_STATUS EFIAPI DiscoverPrmModules(OUT UINTN *ModuleCount OPTIONAL, OUT UINTN *HandlerCount OPTIONAL)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29