From ba8b9684ff84cb4371b10591afe41fb54d167547 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 16 Aug 2022 18:57:49 +0200 Subject: [PATCH] Coding style --- sdk/xtklib/includes/libhl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/xtklib/includes/libhl.h b/sdk/xtklib/includes/libhl.h index 80f1dc6..c275543 100644 --- a/sdk/xtklib/includes/libhl.h +++ b/sdk/xtklib/includes/libhl.h @@ -10,8 +10,8 @@ #define __XTKLIB_LIBHL_H #include "xtdefs.h" -#include "xttypes.h" #include "xtstruct.h" +#include "xttypes.h" /* I/O port addresses for COM ports */ @@ -37,12 +37,12 @@ HlInitializeComPort(IN OUT PCPPORT Port, IN ULONG PortNumber, IN ULONG BaudRate); -UCHAR XTAPI +UCHAR HlIoPortInByte(IN USHORT Port); -VOID XTAPI +VOID HlIoPortOutByte(IN USHORT Port, IN UCHAR Data);