Deleted Added
full compact
efipxebc.h (292625) efipxebc.h (293724)
1/* $FreeBSD: head/sys/boot/efi/include/efipxebc.h 292625 2015-12-22 20:40:34Z emaste $ */
1/* $FreeBSD: head/sys/boot/efi/include/efipxebc.h 293724 2016-01-12 02:17:39Z smh $ */
2#ifndef _EFIPXEBC_H
3#define _EFIPXEBC_H
4
5/*++
6
7Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
8This software and associated documentation (if any) is furnished
9under a license and may only be used or copied in accordance

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

27
28--*/
29
30//
31// PXE Base Code protocol
32//
33
34#define EFI_PXE_BASE_CODE_PROTOCOL \
2#ifndef _EFIPXEBC_H
3#define _EFIPXEBC_H
4
5/*++
6
7Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
8This software and associated documentation (if any) is furnished
9under a license and may only be used or copied in accordance

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

27
28--*/
29
30//
31// PXE Base Code protocol
32//
33
34#define EFI_PXE_BASE_CODE_PROTOCOL \
35 { 0x03c4e603, 0xac28, 0x11d3, 0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d }
35 { 0x03c4e603, 0xac28, 0x11d3, {0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
36
37INTERFACE_DECL(_EFI_PXE_BASE_CODE);
38
39#define DEFAULT_TTL 8
40#define DEFAULT_ToS 0
41//
42// Address definitions
43//

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

420 EFI_PXE_BASE_CODE_MODE *Mode;
421} EFI_PXE_BASE_CODE;
422
423//
424// Call Back Definitions
425//
426
427#define EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL \
36
37INTERFACE_DECL(_EFI_PXE_BASE_CODE);
38
39#define DEFAULT_TTL 8
40#define DEFAULT_ToS 0
41//
42// Address definitions
43//

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

420 EFI_PXE_BASE_CODE_MODE *Mode;
421} EFI_PXE_BASE_CODE;
422
423//
424// Call Back Definitions
425//
426
427#define EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL \
428 { 0x245dca21, 0xfb7b, 0x11d3, 0x8f, 0x01, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b }
428 { 0x245dca21, 0xfb7b, 0x11d3, {0x8f, 0x01, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
429
430//
431// Revision Number
432//
433
434#define EFI_PXE_BASE_CODE_CALLBACK_INTERFACE_REVISION 0x00010000
435
436INTERFACE_DECL(_EFI_PXE_BASE_CODE_CALLBACK);

--- 36 unchanged lines hidden ---
429
430//
431// Revision Number
432//
433
434#define EFI_PXE_BASE_CODE_CALLBACK_INTERFACE_REVISION 0x00010000
435
436INTERFACE_DECL(_EFI_PXE_BASE_CODE_CALLBACK);

--- 36 unchanged lines hidden ---