TianoCore EDK2 master
Loading...
Searching...
No Matches
Early16550UartBaseAddress.h
Go to the documentation of this file.
1
11#ifndef EARLY_16550_UART_BASE_ADDRESS_H__
12#define EARLY_16550_UART_BASE_ADDRESS_H__
13
14#define EARLY_16550_UART_BASE_ADDRESS_GUID { \
15 0xea67ca3e, 0x1f54, 0x436b, { \
16 0x97, 0x88, 0xd4, 0xeb, 0x29, 0xc3, 0x42, 0x67 \
17 } \
18 }
19
20extern EFI_GUID gEarly16550UartBaseAddressGuid;
21
22#endif // EARLY_16550_UART_BASE_ADDRESS_H__
Definition: Base.h:213