| 271 | } |
| 272 | |
| 273 | void |
| 274 | ffclock_getbintime(struct bintime *bt) |
| 275 | { |
| 276 | |
| 277 | ffclock_abstime(NULL, bt, NULL, |
| 278 | FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); |
| 279 | } |
| 280 | |
| 281 | void |
| 282 | ffclock_getnanotime(struct timespec *tsp) |
no test coverage detected