TianoCore EDK2 master
Loading...
Searching...
No Matches
PcctParser.h
Go to the documentation of this file.
1
8#ifndef PCCT_PARSER_H_
9#define PCCT_PARSER_H_
10
14#define MIN_MEMORY_RANGE_LENGTH 8
15
19#define MIN_EXT_PCC_SUBSPACE_MEM_RANGE_LEN 16
20
24#define MAX_PCC_SUBSPACES 256
25
29#define PCC_SUBSPACE_HEADER() \
30 {L"Type", 1, 0, L"0x%x", NULL, (VOID**)&PccSubspaceType, NULL, NULL}, \
31 {L"Length", 1, 1, L"%u", NULL, (VOID**)&PccSubspaceLength, NULL, NULL}
32
33#endif // PCCT_PARSER_H_