Deleted Added
full compact
efiser.h (292625) efiser.h (293724)
1/* $FreeBSD: head/sys/boot/efi/include/efiser.h 292625 2015-12-22 20:40:34Z emaste $ */
1/* $FreeBSD: head/sys/boot/efi/include/efiser.h 293724 2016-01-12 02:17:39Z smh $ */
2#ifndef _EFI_SER_H
3#define _EFI_SER_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

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

25
26--*/
27
28//
29// Serial protocol
30//
31
32#define SERIAL_IO_PROTOCOL \
2#ifndef _EFI_SER_H
3#define _EFI_SER_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

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

25
26--*/
27
28//
29// Serial protocol
30//
31
32#define SERIAL_IO_PROTOCOL \
33 { 0xBB25CF6F, 0xF1D4, 0x11D2, 0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0xFD }
33 { 0xBB25CF6F, 0xF1D4, 0x11D2, {0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0xFD} }
34
35INTERFACE_DECL(_SERIAL_IO_INTERFACE);
36
37typedef enum {
38 DefaultParity,
39 NoParity,
40 EvenParity,
41 OddParity,

--- 98 unchanged lines hidden ---
34
35INTERFACE_DECL(_SERIAL_IO_INTERFACE);
36
37typedef enum {
38 DefaultParity,
39 NoParity,
40 EvenParity,
41 OddParity,

--- 98 unchanged lines hidden ---