Deleted Added
full compact
efi.h (332156) efi.h (346482)
1/* $FreeBSD: stable/11/stand/efi/include/efi.h 332156 2018-04-06 21:50:09Z kevans $ */
1/* $FreeBSD: stable/11/stand/efi/include/efi.h 346482 2019-04-21 04:26:02Z kevans $ */
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

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

38#define EFI_FIRMWARE_VENDOR L"INTEL"
39#define EFI_FIRMWARE_MAJOR_REVISION 14
40#define EFI_FIRMWARE_MINOR_REVISION 62
41#define EFI_FIRMWARE_REVISION ((EFI_FIRMWARE_MAJOR_REVISION <<16) | (EFI_FIRMWARE_MINOR_REVISION))
42
43#include "efibind.h"
44#include "efidef.h"
45#include "efidevp.h"
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

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

38#define EFI_FIRMWARE_VENDOR L"INTEL"
39#define EFI_FIRMWARE_MAJOR_REVISION 14
40#define EFI_FIRMWARE_MINOR_REVISION 62
41#define EFI_FIRMWARE_REVISION ((EFI_FIRMWARE_MAJOR_REVISION <<16) | (EFI_FIRMWARE_MINOR_REVISION))
42
43#include "efibind.h"
44#include "efidef.h"
45#include "efidevp.h"
46#include "efipciio.h"
46#include "efiprot.h"
47#include "eficon.h"
47#include "efiprot.h"
48#include "eficon.h"
49#include "eficonsctl.h"
48#include "efiser.h"
49#include "efi_nii.h"
50#include "efipxebc.h"
51#include "efinet.h"
52#include "efiapi.h"
53#include "efifs.h"
54#include "efierr.h"
55#include "efigop.h"
50#include "efiser.h"
51#include "efi_nii.h"
52#include "efipxebc.h"
53#include "efinet.h"
54#include "efiapi.h"
55#include "efifs.h"
56#include "efierr.h"
57#include "efigop.h"
58#include "efiip.h"
59#include "efiudp.h"
60#include "efitcp.h"
61#include "efipoint.h"
62#include "efiuga.h"
56
57/*
58 * FreeBSD UUID
59 */
60#define FREEBSD_BOOT_VAR_GUID \
61 { 0xCFEE69AD, 0xA0DE, 0x47A9, {0x93, 0xA8, 0xF6, 0x31, 0x06, 0xF8, 0xAE, 0x99} }
62
63#endif
63
64/*
65 * FreeBSD UUID
66 */
67#define FREEBSD_BOOT_VAR_GUID \
68 { 0xCFEE69AD, 0xA0DE, 0x47A9, {0x93, 0xA8, 0xF6, 0x31, 0x06, 0xF8, 0xAE, 0x99} }
69
70#endif