]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/DxeIpl/PpisNeededByDxeCore.h
sync comments, fix function header, rename variable name to follow coding style.
[mirror_edk2.git] / DuetPkg / DxeIpl / PpisNeededByDxeCore.h
CommitLineData
18b84857 1/** @file\r
ca162103 2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13 PpisNeededByDxeCore.h\r
14\r
15Abstract:\r
16 \r
17Revision History:\r
18\r
18b84857 19**/\r
ca162103 20\r
21#ifndef _DXELDR_PPIS_NEEDED_BY_DXE_CORE_H_\r
22#define _DXELDR_PPIS_NEEDED_BY_DXE_CORE_H_\r
23\r
24#include "DxeIpl.h"\r
25#include "HobGeneration.h"\r
26\r
27//EFI_STATUS\r
28//InstallEfiPeiTransferControl (\r
29// IN OUT EFI_PEI_TRANSFER_CONTROL_PROTOCOL **This\r
30// );\r
31\r
32//EFI_STATUS\r
33//InstallEfiPeiFlushInstructionCache (\r
34// IN OUT EFI_PEI_FLUSH_INSTRUCTION_CACHE_PROTOCOL **This\r
35// );\r
36\r
37EFI_STATUS\r
38EFIAPI\r
39PreparePpisNeededByDxeCore (\r
40 IN HOB_TEMPLATE *HobStart\r
41 )\r
42/*++\r
43\r
44Routine Description:\r
45\r
46 This routine adds the PPI/Protocol Hobs that are consumed by the DXE Core.\r
47 Normally these come from PEI, but since our PEI was 32-bit we need an\r
48 alternate source. That is this driver.\r
49\r
50 This driver does not consume PEI or DXE services and thus updates the \r
51 Phit (HOB list) directly\r
52\r
53Arguments:\r
54\r
55 HobStart - Pointer to the beginning of the HOB List from PEI\r
56\r
57Returns:\r
58\r
59 This function should after it has add it's HOBs\r
60\r
61--*/\r
62;\r
63\r
64#endif\r