X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FUgaDraw.h;h=17db38db086e865a86576ec97382c60847addea4;hb=6a46c1a2a62135d8f55d093f08bc06537b3ba8ef;hp=b29a620c534f58d8ca6d983719f34f879efb2151;hpb=44717a398fddc4df1f4aeaa70bcd7a043187ed34;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/UgaDraw.h b/MdePkg/Include/Protocol/UgaDraw.h index b29a620c53..17db38db08 100644 --- a/MdePkg/Include/Protocol/UgaDraw.h +++ b/MdePkg/Include/Protocol/UgaDraw.h @@ -3,8 +3,8 @@ Abstraction of a very simple graphics device. - Copyright (c) 2006 - 2008, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -84,9 +84,9 @@ typedef union { UINT32 Raw; } EFI_UGA_PIXEL_UNION; -/** - Enumration value for actions of Blt operations. - **/ +/// +/// Enumration value for actions of Blt operations. +/// typedef enum { EfiUgaVideoFill, ///< Write data from the BltBuffer pixel (SourceX, SourceY) ///< directly to every pixel of the video display rectangle @@ -135,7 +135,7 @@ typedef enum { @retval EFI_INVALID_PARAMETER - BltOperation is not valid. @retval EFI_DEVICE_ERROR - A hardware error occured writting to the video buffer. ---*/ +**/ typedef EFI_STATUS (EFIAPI *EFI_UGA_DRAW_PROTOCOL_BLT)(