Deleted Added
full compact
eficon.h (163898) eficon.h (293724)
1/* $FreeBSD: head/sys/boot/efi/include/eficon.h 163898 2006-11-02 02:42:48Z marcel $ */
1/* $FreeBSD: head/sys/boot/efi/include/eficon.h 293724 2016-01-12 02:17:39Z smh $ */
2#ifndef _EFI_CON_H
3#define _EFI_CON_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// Text output protocol
32//
33
34#define SIMPLE_TEXT_OUTPUT_PROTOCOL \
2#ifndef _EFI_CON_H
3#define _EFI_CON_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// Text output protocol
32//
33
34#define SIMPLE_TEXT_OUTPUT_PROTOCOL \
35 { 0x387477c2, 0x69c7, 0x11d2, 0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b }
35 { 0x387477c2, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
36
37INTERFACE_DECL(_SIMPLE_TEXT_OUTPUT_INTERFACE);
38
39typedef
40EFI_STATUS
41(EFIAPI *EFI_TEXT_RESET) (
42 IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
43 IN BOOLEAN ExtendedVerification

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

234
235#define ARROW_UP 0x2191
236#define ARROW_DOWN 0x2193
237
238//
239// Text input protocol
240//
241
36
37INTERFACE_DECL(_SIMPLE_TEXT_OUTPUT_INTERFACE);
38
39typedef
40EFI_STATUS
41(EFIAPI *EFI_TEXT_RESET) (
42 IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
43 IN BOOLEAN ExtendedVerification

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

234
235#define ARROW_UP 0x2191
236#define ARROW_DOWN 0x2193
237
238//
239// Text input protocol
240//
241
242#define SIMPLE_TEXT_INPUT_PROTOCOL \
243 { 0x387477c1, 0x69c7, 0x11d2, 0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b }
242#define SIMPLE_TEXT_INPUT_PROTOCOL \
243 { 0x387477c1, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
244
245INTERFACE_DECL(_SIMPLE_INPUT_INTERFACE);
246
247typedef struct {
248 UINT16 ScanCode;
249 CHAR16 UnicodeChar;
250} EFI_INPUT_KEY;
251

--- 58 unchanged lines hidden ---
244
245INTERFACE_DECL(_SIMPLE_INPUT_INTERFACE);
246
247typedef struct {
248 UINT16 ScanCode;
249 CHAR16 UnicodeChar;
250} EFI_INPUT_KEY;
251

--- 58 unchanged lines hidden ---