mirror of https://github.com/acidanthera/audk.git
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
|
|
||
|
typedef struct {
|
||
|
PEI_PCD_DATABASE_INIT Init;
|
||
|
PEI_PCD_DATABASE_UNINIT Uninit;
|
||
|
} PEI_PCD_DATABASE;
|
||
|
|
||
|
#define PEI_NEX_TOKEN_NUMBER (PEI_LOCAL_TOKEN_NUMBER - PEI_EX_TOKEN_NUMBER)
|
||
|
|