summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Bds.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 17:40:26 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 17:40:26 +0000
commit107ffdc9ce6e7c11e140ad4d513f186ee38c6e23 (patch)
treea3c2cbeee5bc26fb8b359e39a41365bf57af5b43 /MdePkg/Include/Protocol/Bds.h
parent7b98db894fb003b537f409b498a66ccfabd4b498 (diff)
downloadedk2-platforms-107ffdc9ce6e7c11e140ad4d513f186ee38c6e23.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6091 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Bds.h')
-rw-r--r--MdePkg/Include/Protocol/Bds.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/MdePkg/Include/Protocol/Bds.h b/MdePkg/Include/Protocol/Bds.h
index 843c5e9445..0dca932245 100644
--- a/MdePkg/Include/Protocol/Bds.h
+++ b/MdePkg/Include/Protocol/Bds.h
@@ -66,12 +66,6 @@ VOID
back to the dispatcher. Once the required boot devices are available, then
the boot device can be used to load and invoke an OS or a system utility.
- @par Protocol Parameters:
- Entry - The entry point to BDS. This call does not take any parameters,
- and the return value can be ignored. If it returns, then the
- dispatcher must be invoked again, if it never returns, then an
- operating system or a system utility have been invoked.
-
**/
struct _EFI_BDS_ARCH_PROTOCOL {
EFI_BDS_ENTRY Entry;