X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FUgaIo.h;h=50fb3d569a0a9d13c7d00585997000dcac999016;hp=3faf1841c35647d706def213ecd58515aee1dcb4;hb=258cce138272fc013a723040691b37294e473a37;hpb=1f08a159034549216eccfd533b50b712d944d844 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;