Coding style
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-08-16 18:57:49 +02:00
parent 73f4538a62
commit ba8b9684ff
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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);