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