]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Ppi/SerialPortPei.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / SerialPortPei.h
1 /** @file
2 PPI that is installed after the initialization of a serial stream device
3 is complete.
4
5 Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef __PEI_SERIAL_PORT_PPI_H__
11 #define __PEI_SERIAL_PORT_PPI_H__
12
13 #define PEI_SERIAL_PORT_PPI \
14 { \
15 0x490e9d85, 0x8aef, 0x4193, { 0x8e, 0x56, 0xf7, 0x34, 0xa9, 0xff, 0xac, 0x8b } \
16 }
17
18 extern EFI_GUID gPeiSerialPortPpiGuid;
19
20 #endif