| 368 | } |
| 369 | |
| 370 | void |
| 371 | ffclock_microdifftime(ffcounter ffdelta, struct timeval *tvp) |
| 372 | { |
| 373 | struct bintime bt; |
| 374 | |
| 375 | ffclock_difftime(ffdelta, &bt, NULL); |
| 376 | bintime2timeval(&bt, tvp); |
| 377 | } |
| 378 | |
| 379 | /* |
| 380 | * System call allowing userland applications to retrieve the current value of |
nothing calls this directly
no test coverage detected