Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 19 of file kdb_serial.c.
Referenced by KdbpCliMainLoop(), KdbpPager(), KdbpPrint(), KdbpReadCommand(), and KdpPrompt().
{ CHAR Result = -1; if (Retry == 0) while (!KdPortGetByteEx(&SerialPortInfo, (PUCHAR)&Result)); else while (!KdPortGetByteEx(&SerialPortInfo, (PUCHAR)&Result) && Retry-- > 0); return Result; }