mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:43:01 +00:00
add HalQueryRealTimeClock
svn path=/trunk/; revision=236
This commit is contained in:
parent
9c602cda2e
commit
6cbc9243c9
2 changed files with 2 additions and 1 deletions
|
@ -113,5 +113,5 @@ BOOLEAN HalTranslateBusAddress(INTERFACE_TYPE InterfaceType,
|
||||||
PHYSICAL_ADDRESS BusAddress,
|
PHYSICAL_ADDRESS BusAddress,
|
||||||
PULONG AddressSpace,
|
PULONG AddressSpace,
|
||||||
PPHYSICAL_ADDRESS TranslatedAddress);
|
PPHYSICAL_ADDRESS TranslatedAddress);
|
||||||
|
VOID HalQueryRealTimeClock(PTIME_FIELDS pTime);
|
||||||
#endif /* __INCLUDE_INTERNAL_HAL_DDK_H */
|
#endif /* __INCLUDE_INTERNAL_HAL_DDK_H */
|
||||||
|
|
|
@ -102,6 +102,7 @@ HalReadDmaCounter
|
||||||
HalSetBusData
|
HalSetBusData
|
||||||
HalSetBusDataByOffset
|
HalSetBusDataByOffset
|
||||||
HalTranslateBusAddress
|
HalTranslateBusAddress
|
||||||
|
HalQueryRealTimeClock
|
||||||
IoAcquireCancelSpinLock
|
IoAcquireCancelSpinLock
|
||||||
IoAllocateAdapterChannel
|
IoAllocateAdapterChannel
|
||||||
IoAllocateController
|
IoAllocateController
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue