summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/UgaIo.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:24:37 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:24:37 +0000
commit258cce138272fc013a723040691b37294e473a37 (patch)
tree1972e933d5e6e7413aca3a1d584499c0b71e477e /MdePkg/Include/Protocol/UgaIo.h
parent1f08a159034549216eccfd533b50b712d944d844 (diff)
downloadedk2-platforms-258cce138272fc013a723040691b37294e473a37.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6098 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/UgaIo.h')
-rw-r--r--MdePkg/Include/Protocol/UgaIo.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/MdePkg/Include/Protocol/UgaIo.h b/MdePkg/Include/Protocol/UgaIo.h
index 3faf1841c3..50fb3d569a 100644
--- a/MdePkg/Include/Protocol/UgaIo.h
+++ b/MdePkg/Include/Protocol/UgaIo.h
@@ -165,15 +165,6 @@ typedef UGA_STATUS
/**
@par Protocol Description:
Provides a basic abstraction to send I/O requests to the graphics device and any of its children.
-
- @param CreateDevice
- Create a UGA_DEVICE object for a child device of a given parent UGA_DEVICE.
-
- @param DeleteDevice
- Delete the UGA_DEVICE returned from CreateDevice().
-
- @param DispatchService
- Dispatches I/O requests to the display device and its associate child devices.
**/
struct _EFI_UGA_IO_PROTOCOL {
EFI_UGA_IO_PROTOCOL_CREATE_DEVICE CreateDevice;