]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiHandle.h
clean up the un-suitable ';' location when declaring the functions. The regular is...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiToUefiHiiThunk / HiiHandle.h
CommitLineData
d4775f2a 1/**@file\r
a3318eaf 2 This file is for functins related to assign and free Framework HII handle number.\r
d4775f2a 3 \r
4Copyright (c) 2006 - 2008, Intel Corporation\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _HII_HANDLE_H\r
16#define _HII_HANDLE_H\r
17\r
18#include <FrameworkDxe.h>\r
19#include <Protocol/FrameworkHii.h>\r
20#include <Library/DebugLib.h>\r
21\r
22VOID\r
23InitHiiHandleDatabase (\r
24 VOID\r
e00e1d46 25 );\r
d4775f2a 26\r
27EFI_STATUS\r
28AllocateHiiHandle (\r
29 FRAMEWORK_EFI_HII_HANDLE *Handle\r
30);\r
31 \r
32\r
33VOID\r
34FreeHiiHandle (\r
35 FRAMEWORK_EFI_HII_HANDLE Handle\r
36);\r
37\r
38\r
39#endif\r
40\r