Calling convention goes first
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
a7d07e7ecb
commit
033447f759
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user