Deleted Added
full compact
efigop.h (264095) efigop.h (293724)
1/* $FreeBSD: head/sys/boot/efi/include/efigop.h 264095 2014-04-04 00:16:46Z emaste $ */
1/* $FreeBSD: head/sys/boot/efi/include/efigop.h 293724 2016-01-12 02:17:39Z smh $ */
2/*++
3
4Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
5This software and associated documentation (if any) is furnished
6under a license and may only be used or copied in accordance
7with the terms of the license. Except as permitted by such
8license, no part of this software or documentation may be
9reproduced, stored in a retrieval system, or transmitted in any

--- 12 unchanged lines hidden (view full) ---

22
23Revision History
24
25--*/
26
27#ifndef _EFIGOP_H
28#define _EFIGOP_H
29
2/*++
3
4Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
5This software and associated documentation (if any) is furnished
6under a license and may only be used or copied in accordance
7with the terms of the license. Except as permitted by such
8license, no part of this software or documentation may be
9reproduced, stored in a retrieval system, or transmitted in any

--- 12 unchanged lines hidden (view full) ---

22
23Revision History
24
25--*/
26
27#ifndef _EFIGOP_H
28#define _EFIGOP_H
29
30#define EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID \
31 { 0x9042a9de, 0x23dc, 0x4a38, 0x96, 0xfb, 0x7a, 0xde, 0xd0, 0x80, \
32 0x51, 0x6a }
30#define EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID \
31 { 0x9042a9de, 0x23dc, 0x4a38, {0x96, 0xfb, 0x7a, 0xde, 0xd0, 0x80, 0x51, 0x6a} }
33
34INTERFACE_DECL(_EFI_GRAPHICS_OUTPUT);
35
36typedef struct {
37 UINT32 RedMask;
38 UINT32 GreenMask;
39 UINT32 BlueMask;
40 UINT32 ReservedMask;

--- 82 unchanged lines hidden ---
32
33INTERFACE_DECL(_EFI_GRAPHICS_OUTPUT);
34
35typedef struct {
36 UINT32 RedMask;
37 UINT32 GreenMask;
38 UINT32 BlueMask;
39 UINT32 ReservedMask;

--- 82 unchanged lines hidden ---