]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Protocol/DebugSerialIO/DebugSerialIo.h
Patch so the tree will compile
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / DebugSerialIO / DebugSerialIo.h
CommitLineData
3eb9473e 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 DebugSerialIo.h\r
15\r
16Abstract:\r
17\r
18 Debug Serial IO protocol.\r
19\r
20 Abstraction of a basic serial device. Targeted at 16550 UART, but\r
21 could be much more generic.\r
22\r
23--*/\r
24\r
25#ifndef _DEBUG_SERIAL_IO_H_\r
26#define _DEBUG_SERIAL_IO_H_\r
27\r
28#define EFI_DEBUG_SERIAL_IO_PROTOCOL_GUID \\r
29{ 0xe683dc4f, 0x9ed, 0x4f22, { 0x86, 0x6b, 0x8e, 0x40, 0x46, 0x94, 0x7c, 0x6c } }\r
30\r
31EFI_FORWARD_DECLARATION (EFI_DEBUG_SERIAL_IO_PROTOCOL);\r
32\r
33#include EFI_PROTOCOL_DEFINITION (SerialIo)\r
34\r
35extern EFI_GUID gEfiDebugSerialIoProtocolGuid;\r
36\r
37#endif\r