]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/TtyTerm.h
IntelSiliconPkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Guid / TtyTerm.h
CommitLineData
6e3227c8
RF
1/** @file\r
2GUID definition for TtyTerm terminal type. The TtyTerm terminal aims to\r
3provide support for modern *nix terminals.\r
4\r
5\r
6Copyright (c) 2015 Linaro Ltd.\r
7This program and the accompanying materials are licensed and made\r
8available under the terms and conditions of the BSD License that\r
9accompanies this distribution. The full text of the license may be found\r
10at http://opensource.org/licenses/bsd-license.php.\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef __TTYTERM_H__\r
18#define __TTYTERM_H__\r
19\r
20#define EFI_TTY_TERM_GUID \\r
21 {0x7d916d80, 0x5bb1, 0x458c, {0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94 } }\r
22\r
23extern EFI_GUID gEfiTtyTermGuid;\r
24\r
25#endif\r