]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/GraphicsOutput.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdePkg / Include / Protocol / GraphicsOutput.h
index afcc2b7d29bda04e1b9720e329a301a229cbf534..c1340301b535ea0fff4d92639f91d0906311d046 100644 (file)
@@ -3,7 +3,7 @@
 \r
   Abstraction of a very simple graphics device.\r
 \r
-  Copyright (c) 2006, 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
@@ -72,8 +72,7 @@ EFI_STATUS
   IN  UINT32                                ModeNumber,\r
   OUT UINTN                                 *SizeOfInfo,\r
   OUT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION  **Info\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Return the current video mode information.\r
@@ -91,8 +90,7 @@ EFI_STATUS
 (EFIAPI *EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE)(\r
   IN  EFI_GRAPHICS_OUTPUT_PROTOCOL *This,\r
   IN  UINT32                       ModeNumber\r
-  )\r
-;\r
+  );\r
 \r
 typedef struct {\r
   UINT8 Blue;\r
@@ -182,6 +180,27 @@ typedef struct {
   UINTN                                  FrameBufferSize;\r
 } EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE;\r
 \r
+/**\r
+  @par Protocol Description:\r
+  Provides a basic abstraction to set video modes and copy pixels to and from \r
+  the graphics controller's frame buffer. The linear address of the hardware \r
+  frame buffer is also exposed so software can write directly to the video hardware.\r
+\r
+  @param QueryMode\r
+  Returns information for an available graphics mode that the graphics device \r
+  and the set of active video output devices supports.\r
+  \r
+  @param SetMode \r
+  Set the video device into the specified mode and clears the visible portions \r
+  of the output display to black.\r
+  \r
+  @param Blt\r
+  Software abstraction to draw on the video device's frame buffer.\r
+  \r
+  @param Mode\r
+  Pointer to EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE data.\r
+\r
+**/\r
 struct _EFI_GRAPHICS_OUTPUT_PROTOCOL {\r
   EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE  QueryMode;\r
   EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE    SetMode;\r