mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add the HAL wrapper for settsf64.
This commit is contained in:
parent
c83ba0b9bf
commit
02a9696b0a
1 changed files with 2 additions and 0 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue