diff --git a/reactos/include/internal/hal/ddk.h b/reactos/include/internal/hal/ddk.h index 8e17bc4105e..7649d1b6b11 100644 --- a/reactos/include/internal/hal/ddk.h +++ b/reactos/include/internal/hal/ddk.h @@ -113,5 +113,5 @@ BOOLEAN HalTranslateBusAddress(INTERFACE_TYPE InterfaceType, PHYSICAL_ADDRESS BusAddress, PULONG AddressSpace, PPHYSICAL_ADDRESS TranslatedAddress); - +VOID HalQueryRealTimeClock(PTIME_FIELDS pTime); #endif /* __INCLUDE_INTERNAL_HAL_DDK_H */ diff --git a/reactos/ntoskrnl/exports.lst b/reactos/ntoskrnl/exports.lst index 0d41a8c92ca..ee0db976373 100644 --- a/reactos/ntoskrnl/exports.lst +++ b/reactos/ntoskrnl/exports.lst @@ -102,6 +102,7 @@ HalReadDmaCounter HalSetBusData HalSetBusDataByOffset HalTranslateBusAddress +HalQueryRealTimeClock IoAcquireCancelSpinLock IoAllocateAdapterChannel IoAllocateController