ReactOS 0.4.15-dev-7924-g5949c20
kd.h File Reference
Include dependency graph for kd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BOOLEAN NTAPI KdPortInitializeEx (PCPPORT PortInformation, ULONG ComPortNumber)
 
BOOLEAN NTAPI KdPortGetByteEx (PCPPORT PortInformation, PUCHAR ByteReceived)
 
VOID NTAPI KdPortPutByteEx (PCPPORT PortInformation, UCHAR ByteToSend)
 

Function Documentation

◆ KdPortGetByteEx()

BOOLEAN NTAPI KdPortGetByteEx ( PCPPORT  PortInformation,
PUCHAR  ByteReceived 
)

◆ KdPortInitializeEx()

BOOLEAN NTAPI KdPortInitializeEx ( PCPPORT  PortInformation,
ULONG  ComPortNumber 
)

Referenced by KdpSerialInit().

◆ KdPortPutByteEx()

VOID NTAPI KdPortPutByteEx ( PCPPORT  PortInformation,
UCHAR  ByteToSend 
)

Referenced by DbgPrintEarly(), and KdpSerialPrint().