Skip to content

Commit

Permalink
xboxkrnl: Align READ_PORT_BUFFER_ULONG sig with MS
Browse files Browse the repository at this point in the history
  • Loading branch information
abaire authored and thrimbor committed Feb 5, 2022
1 parent c4378af commit f413a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xboxkrnl/xboxkrnl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,7 @@ XBAPI VOID NTAPI READ_PORT_BUFFER_ULONG
(
IN PULONG Port,
OUT PULONG Buffer,
IN PULONG Count
IN ULONG Count
);

XBAPI VOID NTAPI READ_PORT_BUFFER_UCHAR
Expand Down

0 comments on commit f413a85

Please sign in to comment.