Enhanced module to handle half handshake flow control.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8816 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -109,6 +109,7 @@ typedef struct {
|
||||
BOOLEAN HardwareFlowControl;
|
||||
EFI_UART_TYPE Type;
|
||||
EFI_UNICODE_STRING_TABLE *ControllerNameTable;
|
||||
BOOLEAN UseHalfHandshake;
|
||||
} SERIAL_DEV;
|
||||
|
||||
#define SERIAL_DEV_FROM_THIS(a) CR (a, SERIAL_DEV, SerialIo, SERIAL_DEV_SIGNATURE)
|
||||
|
Reference in New Issue
Block a user