diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c index 3353d04ee4a..add902815a5 100644 --- a/dlls/hal/hal.c +++ b/dlls/hal/hal.c @@ -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"); diff --git a/dlls/hal/hal.spec b/dlls/hal/hal.spec index 2a8c15591a4..3046c65061c 100644 --- a/dlls/hal/hal.spec +++ b/dlls/hal/hal.spec @@ -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