* High level functions to access the Feed-Forward Clock. */
| 246 | * High level functions to access the Feed-Forward Clock. |
| 247 | */ |
| 248 | void |
| 249 | ffclock_bintime(struct bintime *bt) |
| 250 | { |
| 251 | |
| 252 | ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); |
| 253 | } |
| 254 | |
| 255 | void |
| 256 | ffclock_nanotime(struct timespec *tsp) |
no test coverage detected