]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/Dependency/Dependency.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Dependency / Dependency.h
CommitLineData
615c6dd0 1/** @file\r
b1f6a7c6 2 This module contains data specific to dependency expressions\r
3 and local function prototypes.\r
d1102dba
LG
4\r
5Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
192f6d4c 7\r
615c6dd0 8**/\r
192f6d4c 9\r
10#ifndef _PEI_DEPENDENCY_H_\r
11#define _PEI_DEPENDENCY_H_\r
12\r
192f6d4c 13\r
4ad9d87d 14#define MAX_GRAMMAR_SIZE 64\r
192f6d4c 15\r
16//\r
17// type definitions\r
18//\r
19typedef UINT8 DEPENDENCY_EXPRESSION_OPERAND;\r
20\r
21typedef struct {\r
22 BOOLEAN Result;\r
23 VOID *Operator;\r
24} EVAL_STACK_ENTRY;\r
25\r
26#endif\r