summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Ppi/SerialPortPei.h
blob: 88fcbf6e80c540b8fa06b13f85f36e673e22b245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/** @file
  PPI that is installed after the initialization of a serial stream device 
  is complete.  

  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
  This program and the accompanying materials
  are licensed and made available under the terms and conditions of the BSD License
  which accompanies this distribution.  The full text of the license may be found at
  http://opensource.org/licenses/bsd-license.php.

  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

**/

#ifndef _PEI_SERIAL_PORT_PPI_H
#define _PEI_SERIAL_PORT_PPI_H

#define PEI_SERIAL_PORT_PPI \
  { \
    0x490e9d85, 0x8aef, 0x4193, { 0x8e, 0x56, 0xf7, 0x34, 0xa9, 0xff, 0xac, 0x8b } \
  }

extern EFI_GUID gPeiSerialPortPpiGuid;

#endif