TianoCore EDK2 master
Loading...
Searching...
No Matches
Dependency.h
Go to the documentation of this file.
1
10#ifndef _PEI_DEPENDENCY_H_
11#define _PEI_DEPENDENCY_H_
12
13#define MAX_GRAMMAR_SIZE 64
14
15//
16// type definitions
17//
18typedef UINT8 DEPENDENCY_EXPRESSION_OPERAND;
19
20typedef struct {
21 BOOLEAN Result;
22 VOID *Operator;
24
25#endif