diff options
Diffstat (limited to 'MdePkg/Include/Library/HobLib.h')
-rw-r--r-- | MdePkg/Include/Library/HobLib.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/HobLib.h b/MdePkg/Include/Library/HobLib.h index b367b02cd4..3b753a7af1 100644 --- a/MdePkg/Include/Library/HobLib.h +++ b/MdePkg/Include/Library/HobLib.h @@ -1,7 +1,7 @@ /** @file
Public include file for the HOB Library
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -123,6 +123,24 @@ GetFirstGuidHob ( ;
/**
+ Get the Boot Mode from the HOB list.
+
+ This function returns the system boot mode information from the
+ PHIT HOB in HOB list.
+
+ @param VOID
+
+ @return The Boot Mode.
+
+**/
+EFI_BOOT_MODE
+EFIAPI
+GetBootModeHob (
+ VOID
+ )
+;
+
+/**
Builds a HOB for a loaded PE32 module.
This function builds a HOB for a loaded PE32 module.
|