Improvements in COM port support
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-01-02 16:14:00 +01:00
parent e8e7d7b905
commit c5a7d0fe05
4 changed files with 88 additions and 84 deletions

View File

@@ -26,13 +26,13 @@ HlComPortGetByte(IN PCPPORT Port,
IN BOOLEAN Poll);
XTCDECL
UCHAR
HlComPortReadLsr(IN PCPPORT Port,
XTSTATUS
HlComPortPutByte(IN PCPPORT Port,
IN UCHAR Byte);
XTCDECL
XTSTATUS
HlComPortPutByte(IN PCPPORT Port,
UCHAR
HlComPortReadLsr(IN PCPPORT Port,
IN UCHAR Byte);
XTCDECL