TianoCore EDK2 master
Loading...
Searching...
No Matches
SerialPortPei.h
Go to the documentation of this file.
1
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
18extern EFI_GUID gPeiSerialPortPpiGuid;
19
20#endif
Definition: Base.h:213