]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/Library/DxeHobListLibNull/DxeHobListLibNull.c
UefiPayloadPkg: Fix ECC reported issues
[mirror_edk2.git] / UefiPayloadPkg / Library / DxeHobListLibNull / DxeHobListLibNull.c
CommitLineData
82f727c4
ZL
1/** @file\r
2 This library retrieve the EFI_BOOT_SERVICES pointer from EFI system table in\r
3 library's constructor.\r
4\r
5 Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>\r
6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
7\r
8**/\r
9\r
10\r
11#include <Uefi.h>\r
12\r
6ef57974
GD
13/**\r
14 The dummy constructor for DxeHobListLib.\r
15\r
16 @retval EFI_SUCCESS\r
17\r
18**/\r
82f727c4
ZL
19EFI_STATUS\r
20EFIAPI\r
21DxeHobListLibNullConstructor (\r
22 VOID\r
23 )\r
24{\r
25 return EFI_SUCCESS;\r
26}\r