TianoCore EDK2 master
Loading...
Searching...
No Matches
SerialPortInfo.h
Go to the documentation of this file.
1
11#ifndef UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO_H_
12#define UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO_H_
13
15
16#pragma pack(1)
17typedef struct {
19 BOOLEAN UseMmio;
20 UINT8 RegisterStride;
21 UINT32 BaudRate;
22 EFI_PHYSICAL_ADDRESS RegisterBase;
24#pragma pack()
25
26#define UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO_REVISION 1
27
28extern GUID gUniversalPayloadSerialPortInfoGuid;
29
30#endif // UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO_H_
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
Definition: Base.h:213