X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=StdLib%2FInclude%2Fsys%2Ftermios.h;h=671a5c06c067ebda7b903bae0840748be4d1608d;hb=24903bc48a324d42b284805ede9c5ee1db906e44;hp=e144d521f58b97838abc4a375092c339a209bc23;hpb=8dd618d2110bea0d3c3073b66eb51bc622e81c68;p=mirror_edk2.git diff --git a/StdLib/Include/sys/termios.h b/StdLib/Include/sys/termios.h index e144d521f5..671a5c06c0 100644 --- a/StdLib/Include/sys/termios.h +++ b/StdLib/Include/sys/termios.h @@ -2,7 +2,7 @@ Macros and declarations for terminal oriented ioctls and I/O discipline. - Copyright (c) 2012, Intel Corporation. All rights reserved.
+ Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at @@ -421,6 +421,8 @@ typedef enum { } TtyFunKey; // Non-UEFI character definitions -#define CHAR_EOT 0x0004 /* End of Text (EOT) character */ +#define CHAR_EOT 0x0004 /* End of Text (EOT) character -- Unix End-of-File character */ +#define CHAR_SUB 0x001a /* MSDOS End-of-File character */ +#define CHAR_ESC 0x001b /* Escape (ESC) character */ #endif /* !_SYS_TERMIOS_H_ */