The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/edk2/Include/Guid/PcAnsi.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /** @file
    2   Terminal Device Path Vendor Guid.
    3 
    4   Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
    5   SPDX-License-Identifier: BSD-2-Clause-Patent
    6 
    7   @par Revision Reference:
    8   GUIDs defined in UEFI 2.0 spec.
    9 
   10 **/
   11 
   12 #ifndef __PC_ANSI_H__
   13 #define __PC_ANSI_H__
   14 
   15 #define EFI_PC_ANSI_GUID \
   16   { \
   17     0xe0c14753, 0xf9be, 0x11d2, {0x9a, 0x0c, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
   18   }
   19 
   20 #define EFI_VT_100_GUID \
   21   { \
   22     0xdfa66065, 0xb419, 0x11d3, {0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
   23   }
   24 
   25 #define EFI_VT_100_PLUS_GUID \
   26   { \
   27     0x7baec70b, 0x57e0, 0x4c76, {0x8e, 0x87, 0x2f, 0x9e, 0x28, 0x08, 0x83, 0x43 } \
   28   }
   29 
   30 #define EFI_VT_UTF8_GUID \
   31   { \
   32     0xad15a0d6, 0x8bec, 0x4acf, {0xa0, 0x73, 0xd0, 0x1d, 0xe7, 0x7e, 0x2d, 0x88 } \
   33   }
   34 
   35 #define DEVICE_PATH_MESSAGING_UART_FLOW_CONTROL \
   36   { \
   37     0x37499a9d, 0x542f, 0x4c89, {0xa0, 0x26, 0x35, 0xda, 0x14, 0x20, 0x94, 0xe4 } \
   38   }
   39 
   40 #define EFI_SAS_DEVICE_PATH_GUID \
   41   { \
   42     0xd487ddb4, 0x008b, 0x11d9, {0xaf, 0xdc, 0x00, 0x10, 0x83, 0xff, 0xca, 0x4d } \
   43   }
   44 
   45 extern EFI_GUID gEfiPcAnsiGuid;
   46 extern EFI_GUID gEfiVT100Guid;
   47 extern EFI_GUID gEfiVT100PlusGuid;
   48 extern EFI_GUID gEfiVTUTF8Guid;
   49 extern EFI_GUID gEfiUartDevicePathGuid;
   50 extern EFI_GUID gEfiSasDevicePathGuid;
   51 
   52 #endif

Cache object: db4b1ff2e744bf0332eeb5f60d1ef283


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.