]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpressionInternal.h
clean up the un-suitable ';' location when declaring the functions. The regular is...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiToUefiHiiThunk / UefiIfrParserExpressionInternal.h
CommitLineData
59336178 1/** @file\r
2 Internal Function and Macro defintions for IFR Expression evaluation used in Ifr Parsing. This header file should only\r
3 be included by UefiIfrParserExpression.c\r
4\r
5 Copyright (c) 2008, Intel Corporation\r
6 All rights reserved. This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef _HII_THUNK_UEFI_IFR_PARSER_EXPRESSION_INTERNAL_\r
17#define _HII_THUNK_UEFI_IFR_PARSER_EXPRESSION_INTERNAL_\r
18\r
19//\r
20// Incremental size of stack for expression\r
21//\r
22#define EXPRESSION_STACK_SIZE_INCREMENT 0x100\r
23\r
24\r
25FORM_BROWSER_STATEMENT *\r
26IdToQuestion (\r
27 IN FORM_BROWSER_FORMSET *FormSet,\r
28 IN FORM_BROWSER_FORM *Form,\r
29 IN UINT16 QuestionId\r
e00e1d46 30 );\r
59336178 31\r
32\r
33FORM_EXPRESSION *\r
34IdToExpression (\r
35 IN FORM_BROWSER_FORM *Form,\r
36 IN UINT8 RuleId\r
e00e1d46 37 );\r
59336178 38\r
39 \r
40#endif\r