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
|
* @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)
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user