hal: Add stub for HalTranslateBusAddress.

This commit is contained in:
Stefan Leichter 2012-01-06 11:00:05 +01:00 committed by Alexandre Julliard
parent 03c7dfbd4d
commit 3346d092e5
2 changed files with 9 additions and 1 deletions

View file

@ -145,6 +145,14 @@ ULONG WINAPI HalGetBusDataByOffset(BUS_DATA_TYPE BusDataType, ULONG BusNumber, U
return 0;
}
BOOLEAN WINAPI HalTranslateBusAddress(INTERFACE_TYPE InterfaceType, ULONG BusNumber, PHYSICAL_ADDRESS BusAddress,
PULONG AddressSpace, PPHYSICAL_ADDRESS TranslatedAddress)
{
FIXME("(%d %d %s %p %p) stub!\n", InterfaceType, BusNumber,
wine_dbgstr_longlong(BusAddress.QuadPart), AddressSpace, TranslatedAddress);
return FALSE;
}
KIRQL WINAPI KeGetCurrentIrql(VOID)
{
FIXME( " stub!\n");

View file

@ -58,7 +58,7 @@
@ stub HalStartNextProcessor
@ stub HalStartProfileInterrupt
@ stub HalStopProfileInterrupt
@ stub HalTranslateBusAddress
@ stdcall HalTranslateBusAddress(long long int64 ptr ptr)
@ stub IoAssignDriveLetters
@ stub IoFlushAdapterBuffers
@ stub IoFreeAdapterChannel