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
förälder a7d07e7ecb
incheckning 033447f759
Signerad av: belliash
GPG-nyckel ID: 4E829243E0CFE6B4
2 ändrade filer med 4 tillägg och 4 borttagningar

Visa fil

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

Visa fil

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