diff options
Diffstat (limited to 'UefiPayloadPkg/Library/DxeHobListLibNull/DxeHobListLibNull.c')
-rw-r--r-- | UefiPayloadPkg/Library/DxeHobListLibNull/DxeHobListLibNull.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UefiPayloadPkg/Library/DxeHobListLibNull/DxeHobListLibNull.c b/UefiPayloadPkg/Library/DxeHobListLibNull/DxeHobListLibNull.c index 92d3e17ef0..6c69f9879e 100644 --- a/UefiPayloadPkg/Library/DxeHobListLibNull/DxeHobListLibNull.c +++ b/UefiPayloadPkg/Library/DxeHobListLibNull/DxeHobListLibNull.c @@ -10,6 +10,12 @@ #include <Uefi.h>
+/**
+ The dummy constructor for DxeHobListLib.
+
+ @retval EFI_SUCCESS
+
+**/
EFI_STATUS
EFIAPI
DxeHobListLibNullConstructor (
|