]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.h
OvmfPkg/CsmSupportLib: list "LegacyPlatform.h" in the INF file
[mirror_edk2.git] / OvmfPkg / Csm / CsmSupportLib / CsmSupportLib.h
CommitLineData
8016da21 1/** @file\r
2 Platform CSM Support Library\r
3\r
4 Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>\r
5\r
6 This program and the accompanying materials are\r
7 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 _CSM_SUPPORT_LIB_H_\r
17#define _CSM_SUPPORT_LIB_H_\r
18\r
19#include <Uefi.h>\r
20\r
21/**\r
22 Initialize Legacy Region support\r
23\r
24 @retval EFI_SUCCESS Successfully initialized\r
25\r
26**/\r
27EFI_STATUS\r
28LegacyRegionInit (\r
29 VOID\r
30 );\r
31\r
32/**\r
33 Initialize Legacy Interrupt support\r
34\r
35 @retval EFI_SUCCESS Successfully initialized\r
36\r
37**/\r
38EFI_STATUS\r
39LegacyInterruptInstall (\r
40 VOID\r
41 );\r
42\r
43/**\r
44 Initialize Legacy Platform support\r
45\r
46 @retval EFI_SUCCESS Successfully initialized\r
47\r
48**/\r
49EFI_STATUS\r
50LegacyBiosPlatformInstall (\r
51 VOID\r
52 );\r
53\r
54#endif\r
55\r