]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Ppi/SerialPortPei.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / SerialPortPei.h
CommitLineData
883e23d0 1/** @file\r
d1102dba
LG
2 PPI that is installed after the initialization of a serial stream device\r
3 is complete.\r
883e23d0 4\r
d1102dba 5 Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
883e23d0
LG
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php.\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
74a6d860
LG
16#ifndef __PEI_SERIAL_PORT_PPI_H__\r
17#define __PEI_SERIAL_PORT_PPI_H__\r
883e23d0
LG
18\r
19#define PEI_SERIAL_PORT_PPI \\r
20 { \\r
21 0x490e9d85, 0x8aef, 0x4193, { 0x8e, 0x56, 0xf7, 0x34, 0xa9, 0xff, 0xac, 0x8b } \\r
22 }\r
23\r
24extern EFI_GUID gPeiSerialPortPpiGuid;\r
25\r
26#endif\r