TianoCore EDK2 master
Loading...
Searching...
No Matches
GdbSerialLib.h
Go to the documentation of this file.
1
10#ifndef __GDB_SERIAL_LIB_H__
11#define __GDB_SERIAL_LIB_H__
12
32RETURN_STATUS
33EFIAPI
35 IN UINT64 BaudRate,
36 IN UINT8 Parity,
37 IN UINT8 DataBits,
38 IN UINT8 StopBits
39 );
40
49BOOLEAN
50EFIAPI
52 VOID
53 );
54
61CHAR8
62EFIAPI
64 VOID
65 );
66
75VOID
76EFIAPI
78 IN CHAR8 Char
79 );
80
89VOID
91 IN CHAR8 *String
92 );
93
94#endif
VOID GdbPutString(IN CHAR8 *String)
CHAR8 EFIAPI GdbGetChar(VOID)
BOOLEAN EFIAPI GdbIsCharAvailable(VOID)
VOID EFIAPI GdbPutChar(IN CHAR8 Char)
RETURN_STATUS EFIAPI GdbSerialInit(IN UINT64 BaudRate, IN UINT8 Parity, IN UINT8 DataBits, IN UINT8 StopBits)
#define IN
Definition: Base.h:279