TianoCore EDK2 master
Loading...
Searching...
No Matches
PrmConfig.h File Reference
#include <PrmContextBuffer.h>
#include <Uefi.h>

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
 

Detailed Description

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.

Macro Definition Documentation

◆ PRM_CONFIG_PROTOCOL_SIGNATURE

#define PRM_CONFIG_PROTOCOL_SIGNATURE   SIGNATURE_32('P','M','C','P')

Definition at line 22 of file PrmConfig.h.

◆ PRM_CONFIG_PROTOCOL_VERSION

#define PRM_CONFIG_PROTOCOL_VERSION   1

Definition at line 23 of file PrmConfig.h.

Typedef Documentation

◆ PRM_CONFIG_PROTOCOL

Definition at line 20 of file PrmConfig.h.