Calling convention goes first
ci/woodpecker/push/build Pipeline was successful Details

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
*/
UCHAR
XTAPI
UCHAR
HlIoPortInByte(IN USHORT Port)
{
UCHAR Value;
@ -43,8 +43,8 @@ HlIoPortInByte(IN USHORT Port)
*
* @since XT 1.0
*/
VOID
XTAPI
VOID
HlIoPortOutByte(IN USHORT Port,
IN UCHAR Value)
{

View File

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