summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-16 00:01:10 +0000
committerjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-16 00:01:10 +0000
commitbe973ff7f3a7c8b87cac0da9ba416cd9baca3e44 (patch)
tree0900359eaf654b011e063546de331372ef9ba1ec /MdePkg
parent9fa98a8f58e09e44e0df995c87627284defc3949 (diff)
downloadedk2-be973ff7f3a7c8b87cac0da9ba416cd9baca3e44.tar.gz
edk2-be973ff7f3a7c8b87cac0da9ba416cd9baca3e44.tar.bz2
edk2-be973ff7f3a7c8b87cac0da9ba416cd9baca3e44.zip
added newline after brief summary
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7289 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/ServiceBinding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/ServiceBinding.h b/MdePkg/Include/Protocol/ServiceBinding.h
index 5a1896392a..683a956327 100644
--- a/MdePkg/Include/Protocol/ServiceBinding.h
+++ b/MdePkg/Include/Protocol/ServiceBinding.h
@@ -26,6 +26,7 @@ typedef struct _EFI_SERVICE_BINDING_PROTOCOL EFI_SERVICE_BINDING_PROTOCOL;
/**
Creates a child handle and installs a protocol.
+
The CreateChild() function installs a protocol on ChildHandle.
If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
@@ -51,6 +52,7 @@ EFI_STATUS
/**
Destroys a child handle with a protocol installed on it.
+
The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
that was installed by CreateChild() from ChildHandle. If the removed protocol is the
last protocol on ChildHandle, then ChildHandle is destroyed.