TianoCore EDK2 master
|
#include <Prm.h>
#include <PrmContextBuffer.h>
#include <PrmDataBuffer.h>
#include <PrmExportDescriptor.h>
#include <PrmMmio.h>
Go to the source code of this file.
Macros | |
#define | PRM_HANDLER_EXPORT(Name) |
Common definitions needed for Platform Runtime Mechanism (PRM) modules.
Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PrmModule.h.
#define PRM_HANDLER_EXPORT | ( | Name | ) |
Macro that provides a condensed form of a PRM Handler.
This macro can be used to define a PRM Handler that uses the standard PRM Handle signature. It is simply provided for convenience.
Definition at line 26 of file PrmModule.h.