]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Guid/SerialPortLibVendor.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Guid / SerialPortLibVendor.h
1 /** @file
2 Define the SerialDxe GUID.
3
4 Copyright (c) 2019, Citrix Systems, Inc.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7 **/
8
9 #ifndef __SERIAL_PORT_LIB_VENDOR_H__
10 #define __SERIAL_PORT_LIB_VENDOR_H__
11
12 #define EDKII_SERIAL_PORT_LIB_VENDOR_GUID { \
13 0xD3987D4B, 0x971A, 0x435F, \
14 { 0x8C, 0xAF, 0x49, 0x67, 0xEB, 0x62, 0x72, 0x41 } \
15 }
16
17 extern EFI_GUID gEdkiiSerialPortLibVendorGuid;
18
19 #endif // __SERIAL_PORT_LIB_VENDOR_H__