Add missing calling convention

This commit is contained in:
2022-12-27 22:05:46 +01:00
parent 6d77ff42c5
commit bffb93b58c
4 changed files with 22 additions and 0 deletions

View File

@@ -18,20 +18,24 @@
extern ULONG ComPortAddress[];
/* HAL library routines forward references */
XTCDECL
XTSTATUS
HlComPortGetByte(IN PCPPORT Port,
OUT PUCHAR Byte,
IN BOOLEAN Wait,
IN BOOLEAN Poll);
XTCDECL
UCHAR
HlComPortReadLsr(IN PCPPORT Port,
IN UCHAR Byte);
XTCDECL
XTSTATUS
HlComPortPutByte(IN PCPPORT Port,
IN UCHAR Byte);
XTCDECL
XTSTATUS
HlInitializeComPort(IN OUT PCPPORT Port,
IN ULONG PortNumber,