Add the HAL wrapper for settsf64.

This commit is contained in:
Adrian Chadd 2012-11-23 05:33:01 +00:00
parent c83ba0b9bf
commit 02a9696b0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243425

View File

@ -969,6 +969,8 @@ void ath_intr(void *);
OS_REG_READ(_ah, AR_TSF_L32)
#define ath_hal_gettsf64(_ah) \
((*(_ah)->ah_getTsf64)((_ah)))
#define ath_hal_settsf64(_ah, _val) \
((*(_ah)->ah_setTsf64)((_ah), (_val)))
#define ath_hal_resettsf(_ah) \
((*(_ah)->ah_resetTsf)((_ah)))
#define ath_hal_rxena(_ah) \