]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxePcdLib/DxePcdLibInternal.h
GenFds add FV space information display.
[mirror_edk2.git] / MdePkg / Library / DxePcdLib / DxePcdLibInternal.h
CommitLineData
a73480f6 1/** @file\r
2Internal header of PcdLib class library for DXE phase.\r
3\r
4Copyright (c) 2006, Intel Corporation<BR>\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#ifndef _DXE_PCD_LIB_INTERNAL_H_\r
15#define _DXE_PCD_LIB_INTERNAL_H_\r
16\r
17/**\r
18 The constructor function caches the PCD_PROTOCOL pointer.\r
19\r
20 @param[in] ImageHandle The firmware allocated handle for the EFI image. \r
21 @param[in] SystemTable A pointer to the EFI System Table.\r
22 \r
23 @retval EFI_SUCCESS The constructor always return EFI_SUCCESS.\r
24\r
25**/\r
26EFI_STATUS\r
27EFIAPI\r
28PcdLibConstructor (\r
29 IN EFI_HANDLE ImageHandle,\r
30 IN EFI_SYSTEM_TABLE *SystemTable\r
31 )\r
32;\r
33\r
34#endif\r
35\r