]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/UgaIo.h
Code Scrub for Protocol and Ppi Definition
[mirror_edk2.git] / MdePkg / Include / Protocol / UgaIo.h
index 19dee485f6952b50a646061f19768a9142a81a95..ba097db86a80e5d33780bcff353532407acb2db0 100644 (file)
@@ -3,7 +3,7 @@
 \r
   Abstraction of a very simple graphics device.\r
   \r
-  Copyright (c) 2006 - 2007, Intel Corporation\r
+  Copyright (c) 2006 - 2008, Intel Corporation \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -163,7 +163,19 @@ typedef UGA_STATUS
   IN OUT PUGA_IO_REQUEST pIoRequest\r
   );\r
 \r
+/**  \r
+  @par Protocol Description:\r
+  Provides a basic abstraction to send I/O requests to the graphics device and any of its children.\r
 \r
+  @param CreateDevice \r
+  Create a UGA_DEVICE object for a child device of a given parent UGA_DEVICE.\r
+\r
+  @param DeleteDevice \r
+  Delete the UGA_DEVICE returned from CreateDevice().\r
+\r
+  @param DispatchService \r
+  Dispatches I/O requests to the display device and its associate child devices.\r
+**/\r
 struct _EFI_UGA_IO_PROTOCOL {\r
   EFI_UGA_IO_PROTOCOL_CREATE_DEVICE CreateDevice;\r
   EFI_UGA_IO_PROTOCOL_DELETE_DEVICE DeleteDevice;\r