TianoCore EDK2 master
Loading...
Searching...
No Matches
PrmDataBuffer.h
Go to the documentation of this file.
1
10#ifndef PRM_DATA_BUFFER_H_
11#define PRM_DATA_BUFFER_H_
12
13#include <Uefi.h>
14
15#define PRM_DATA_BUFFER_HEADER_SIGNATURE SIGNATURE_32('P','R','M','D')
16
17#pragma pack(push, 1)
18
22typedef struct {
26 UINT32 Signature;
30 UINT32 Length;
32
36typedef struct {
41
45 UINT8 Data[1];
47
48#pragma pack(pop)
49
50#endif
PRM_DATA_BUFFER_HEADER Header
Definition: PrmDataBuffer.h:40