From 58dcdada561c36394c819d3105e867208b84227d Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 29 Feb 2008 18:24:43 +0000 Subject: Merge Temporary Ram support patch. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4782 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Include/Library/EdkGenericBdsLib.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'Nt32Pkg/Include') diff --git a/Nt32Pkg/Include/Library/EdkGenericBdsLib.h b/Nt32Pkg/Include/Library/EdkGenericBdsLib.h index bc2066fc46..bfdcbe3111 100644 --- a/Nt32Pkg/Include/Library/EdkGenericBdsLib.h +++ b/Nt32Pkg/Include/Library/EdkGenericBdsLib.h @@ -1,4 +1,7 @@ -/*++ +/*! \addtogroup Library EdkGenericBdsLib */ +/*@{ */ +/**@file + BDS library definition, include the file and data structure Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials @@ -9,15 +12,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - BdsLib.h - -Abstract: - - BDS library definition, include the file and data structure - ---*/ +**/ #ifndef _BDS_LIB_H_ #define _BDS_LIB_H_ @@ -110,6 +105,11 @@ BdsLibBootNext ( VOID ); +/*! + \fn BdsLibBootViaBootOption + \param BDS_COMMON_OPTION + \param EFI_DEVICE_PATH_PROTOCOL +*/ EFI_STATUS BdsLibBootViaBootOption ( IN BDS_COMMON_OPTION * Option, @@ -394,3 +394,4 @@ BdsLibGetHiiHandles ( ); #endif // _BDS_LIB_H_ +/*@} */ \ No newline at end of file -- cgit v1.2.3