diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-28 06:55:38 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-28 06:55:38 +0000 |
commit | d16ce4dd119a5d8e2d6438331da81878a49367cc (patch) | |
tree | 9f3240188dabf0f9d9543974c7e9931fe75fd48d /MdePkg/Include | |
parent | 35e0d11d3154dbb8f6a24f3cd041a4deecdbb199 (diff) | |
download | edk2-platforms-d16ce4dd119a5d8e2d6438331da81878a49367cc.tar.xz |
Synchronize function's comments with EFI 1.1 specification.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6061 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/UgaIo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/UgaIo.h b/MdePkg/Include/Protocol/UgaIo.h index ba097db86a..3faf1841c3 100644 --- a/MdePkg/Include/Protocol/UgaIo.h +++ b/MdePkg/Include/Protocol/UgaIo.h @@ -94,8 +94,7 @@ typedef struct { /** Dynamically allocate storage for a child UGA_DEVICE .
- @param[in] This The EFI_UGA_IO_PROTOCOL instance. Type EFI_UGA_IO_PROTOCOL is
- defined in Section 10.7. + @param[in] This The EFI_UGA_IO_PROTOCOL instance. @param[in] ParentDevice ParentDevice specifies a pointer to the parent device of Device. @param[in] DeviceData A pointer to UGA_DEVICE_DATA returned from a call to DispatchService()
with a UGA_DEVICE of Parent and an IoRequest of type UgaIoGetChildDevice. |