Commit ea13beda authored by Austin English's avatar Austin English Committed by Michael Stefaniuc

hal: Add READ_PORT_ULONG stub.

Signed-off-by: 's avatarAustin English <austinenglish@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org> (cherry picked from commit 3e16c334) Signed-off-by: 's avatarMichael Stefaniuc <mstefani@winehq.org>
parent 205228eb
......@@ -155,3 +155,9 @@ KIRQL WINAPI KeGetCurrentIrql(VOID)
FIXME( " stub!\n");
return 0;
}
ULONG WINAPI READ_PORT_ULONG(ULONG *port)
{
FIXME("(%p) stub!\n", port);
return 0;
}
......@@ -82,7 +82,7 @@
@ stub READ_PORT_BUFFER_ULONG
@ stub READ_PORT_BUFFER_USHORT
@ stub READ_PORT_UCHAR
@ stub READ_PORT_ULONG
@ stdcall READ_PORT_ULONG(ptr)
@ stub READ_PORT_USHORT
@ stub WRITE_PORT_BUFFER_UCHAR
@ stub WRITE_PORT_BUFFER_ULONG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment