TianoCore EDK2 master
Loading...
Searching...
No Matches
Common.h
Go to the documentation of this file.
1
12#ifndef SERIAL_PORT_SBI_COMMON_H_
13#define SERIAL_PORT_SBI_COMMON_H_
14
15#include <Base.h>
18
19BOOLEAN
21 VOID
22 );
23
24BOOLEAN
26 VOID
27 );
28
31 IN UINT8 *Buffer,
32 IN UINTN NumberOfBytes
33 );
34
37 IN UINT8 *Buffer,
38 IN UINTN NumberOfBytes
39 );
40
41#endif /* SERIAL_PORT_SBI_COMMON_H_ */
UINT64 UINTN
BOOLEAN SbiImplementsLegacyPutchar(VOID)
Definition: Common.c:46
UINTN SbiDbcnWrite(IN UINT8 *Buffer, IN UINTN NumberOfBytes)
Definition: Common.c:110
UINTN SbiLegacyPutchar(IN UINT8 *Buffer, IN UINTN NumberOfBytes)
Definition: Common.c:77
BOOLEAN SbiImplementsDbcn(VOID)
Definition: Common.c:22
#define IN
Definition: Base.h:279