mirror of https://github.com/acidanthera/audk.git
added newline after brief summary
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7289 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9fa98a8f58
commit
be973ff7f3
|
@ -26,6 +26,7 @@ typedef struct _EFI_SERVICE_BINDING_PROTOCOL EFI_SERVICE_BINDING_PROTOCOL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Creates a child handle and installs a protocol.
|
Creates a child handle and installs a protocol.
|
||||||
|
|
||||||
The CreateChild() function installs a protocol on ChildHandle.
|
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 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.
|
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.
|
Destroys a child handle with a protocol installed on it.
|
||||||
|
|
||||||
The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
|
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
|
that was installed by CreateChild() from ChildHandle. If the removed protocol is the
|
||||||
last protocol on ChildHandle, then ChildHandle is destroyed.
|
last protocol on ChildHandle, then ChildHandle is destroyed.
|
||||||
|
|
Loading…
Reference in New Issue