Last change
on this file was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
470 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.