hal: Add stub for HalTranslateBusAddress.
diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c
index 3353d04..add9028 100644
--- a/dlls/hal/hal.c
+++ b/dlls/hal/hal.c
@@ -145,6 +145,14 @@
     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 2a8c155..3046c65 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