| 352 | } |
| 353 | |
| 354 | void |
| 355 | ffclock_bindifftime(ffcounter ffdelta, struct bintime *bt) |
| 356 | { |
| 357 | |
| 358 | ffclock_difftime(ffdelta, bt, NULL); |
| 359 | } |
| 360 | |
| 361 | void |
| 362 | ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp) |
nothing calls this directly
no test coverage detected