Add missing calling convention
All checks were successful
ci/woodpecker/push/build Pipeline was successful

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

@@ -32,6 +32,7 @@ ULONG ComPortAddress[] = {0x000, 0x3F8, 0x2F8, 0x3E8, 0x2E8, 0x5F8, 0x4F8, 0x5E8
*
* @since XT 1.0
*/
XTCDECL
XTSTATUS
HlComPortGetByte(IN PCPPORT Port,
OUT PUCHAR Byte,
@@ -105,6 +106,7 @@ HlComPortGetByte(IN PCPPORT Port,
*
* @since XT 1.0
*/
XTCDECL
UCHAR
HlComPortReadLsr(IN PCPPORT Port,
IN UCHAR Byte)
@@ -145,6 +147,7 @@ HlComPortReadLsr(IN PCPPORT Port,
*
* @since XT 1.0
*/
XTCDECL
XTSTATUS
HlComPortPutByte(IN PCPPORT Port,
IN UCHAR Byte)
@@ -204,6 +207,7 @@ HlComPortPutByte(IN PCPPORT Port,
*
* @since XT 1.0
*/
XTCDECL
XTSTATUS
HlInitializeComPort(IN OUT PCPPORT Port,
IN ULONG PortNumber,