]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/Dependency/dependency.h
Fix function comment to follows doxygen format.
[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
4 \r
5Copyright (c) 2006 - 2008, Intel Corporation \r
192f6d4c 6All rights reserved. This program and the accompanying materials \r
7are licensed and made available under the terms and conditions of the BSD License \r
8which accompanies this distribution. The full text of the license may be found at \r
9http://opensource.org/licenses/bsd-license.php \r
10 \r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
13\r
615c6dd0 14**/\r
192f6d4c 15\r
16#ifndef _PEI_DEPENDENCY_H_\r
17#define _PEI_DEPENDENCY_H_\r
18\r
192f6d4c 19\r
20#define MAX_GRAMMAR_SIZE 256\r
21\r
22//\r
23// type definitions\r
24//\r
25typedef UINT8 DEPENDENCY_EXPRESSION_OPERAND;\r
26\r
27typedef struct {\r
28 BOOLEAN Result;\r
29 VOID *Operator;\r
30} EVAL_STACK_ENTRY;\r
31\r
32#endif\r