]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PlatformPei/Platform.h
Update the copyright notice format
[mirror_edk2.git] / OvmfPkg / PlatformPei / Platform.h
CommitLineData
49ba9447 1/** @file\r
2 Platform PEI module include file.\r
3\r
4 Copyright (c) 2006 - 2007, Intel Corporation\r
5 All rights reserved. This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _PLATFORM_PEI_H_INCLUDED_\r
16#define _PLATFORM_PEI_H_INCLUDED_\r
17\r
18VOID\r
19AddIoMemoryBaseSizeHob (\r
20 EFI_PHYSICAL_ADDRESS MemoryBase,\r
21 UINT64 MemorySize\r
22 );\r
23\r
24VOID\r
25AddIoMemoryRangeHob (\r
26 EFI_PHYSICAL_ADDRESS MemoryBase,\r
27 EFI_PHYSICAL_ADDRESS MemoryLimit\r
28 );\r
29\r
30VOID\r
31AddMemoryBaseSizeHob (\r
32 EFI_PHYSICAL_ADDRESS MemoryBase,\r
33 UINT64 MemorySize\r
34 );\r
35\r
36VOID\r
37AddMemoryRangeHob (\r
38 EFI_PHYSICAL_ADDRESS MemoryBase,\r
39 EFI_PHYSICAL_ADDRESS MemoryLimit\r
40 );\r
41\r
42EFI_STATUS\r
43MemDetect (\r
44 VOID\r
45 );\r
46\r
47EFI_STATUS\r
48PeiFvInitialization (\r
49 VOID\r
50 );\r
51\r
52#endif // _PLATFORM_PEI_H_INCLUDED_\r