summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/Bds.h
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-04 08:04:10 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-04 08:04:10 +0000
commitb30312ba2985176709dbcd0aaab9804668720eed (patch)
treee2e300e115599be87f99578432846f28e572ab2b /MdeModulePkg/Universal/BdsDxe/Bds.h
parent9359e53fcbdf72809f34d5141b642db91e6c9a18 (diff)
downloadedk2-b30312ba2985176709dbcd0aaab9804668720eed.zip
edk2-b30312ba2985176709dbcd0aaab9804668720eed.tar.gz
edk2-b30312ba2985176709dbcd0aaab9804668720eed.tar.bz2
Update the function headers to Doxygen format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5410 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/Bds.h')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/Bds.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/Bds.h b/MdeModulePkg/Universal/BdsDxe/Bds.h
index 317c66d..d5a25d5 100644
--- a/MdeModulePkg/Universal/BdsDxe/Bds.h
+++ b/MdeModulePkg/Universal/BdsDxe/Bds.h
@@ -95,6 +95,22 @@ PlatformBdsShowProgress (
//
// Prototypes
//
+
+/**
+
+ Install Boot Device Selection Protocol
+
+
+ @param ImageHandle The image handle.
+ @param SystemTable The system table.
+
+ @retval EFI_SUCEESS BDS has finished initializing.
+ Rerun the
+ dispatcher and recall BDS.Entry
+ @retval Other Return value from AllocatePool()
+ or gBS->InstallProtocolInterface
+
+**/
EFI_STATUS
EFIAPI
BdsInitialize (
@@ -102,6 +118,17 @@ BdsInitialize (
IN EFI_SYSTEM_TABLE *SystemTable
);
+/**
+
+ Service routine for BdsInstance->Entry(). Devices are connected, the
+ consoles are initialized, and the boot options are tried.
+
+
+ @param This - Protocol Instance structure.
+
+ @retval EFI_SUCEESS BDS->Entry has finished executing.
+
+**/
VOID
EFIAPI
BdsEntry (