Calling convention goes first
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-09-01 22:04:07 +02:00
parent a7d07e7ecb
commit 033447f759
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@
* *
* @since XT 1.0 * @since XT 1.0
*/ */
UCHAR
XTAPI XTAPI
UCHAR
HlIoPortInByte(IN USHORT Port) HlIoPortInByte(IN USHORT Port)
{ {
UCHAR Value; UCHAR Value;
@ -43,8 +43,8 @@ HlIoPortInByte(IN USHORT Port)
* *
* @since XT 1.0 * @since XT 1.0
*/ */
VOID
XTAPI XTAPI
VOID
HlIoPortOutByte(IN USHORT Port, HlIoPortOutByte(IN USHORT Port,
IN UCHAR Value) IN UCHAR Value)
{ {

View File

@ -19,8 +19,8 @@
* *
* @since XT 1.0 * @since XT 1.0
*/ */
UCHAR
XTAPI XTAPI
UCHAR
HlIoPortInByte(IN USHORT Port) HlIoPortInByte(IN USHORT Port)
{ {
UCHAR Value; UCHAR Value;
@ -43,8 +43,8 @@ HlIoPortInByte(IN USHORT Port)
* *
* @since XT 1.0 * @since XT 1.0
*/ */
VOID
XTAPI XTAPI
VOID
HlIoPortOutByte(IN USHORT Port, HlIoPortOutByte(IN USHORT Port,
IN UCHAR Value) IN UCHAR Value)
{ {