summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/UgaIo.h
diff options
context:
space:
mode:
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 3faf184..50fb3d5 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;