TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | _PRM_CONFIG_PROTOCOL |
Macros | |
#define | PRM_CONFIG_PROTOCOL_SIGNATURE SIGNATURE_32('P','M','C','P') |
#define | PRM_CONFIG_PROTOCOL_VERSION 1 |
Typedefs | |
typedef struct _PRM_CONFIG_PROTOCOL | PRM_CONFIG_PROTOCOL |
Variables | |
EFI_GUID | gPrmConfigProtocolGuid |
PRM Configuration protocol
PRM Configuration protocol is used by PRM module configuration libraries to describe their resources so that a generic PRM Configuration DXE driver can prepare those resources for OS runtime.
Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PrmConfig.h.
#define PRM_CONFIG_PROTOCOL_SIGNATURE SIGNATURE_32('P','M','C','P') |
Definition at line 22 of file PrmConfig.h.
#define PRM_CONFIG_PROTOCOL_VERSION 1 |
Definition at line 23 of file PrmConfig.h.
typedef struct _PRM_CONFIG_PROTOCOL PRM_CONFIG_PROTOCOL |
Definition at line 20 of file PrmConfig.h.