summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-03-21 14:55:15 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-03-21 14:55:15 +0100
commit78b4031dd0334b55ea4f92dd93ff27dc20755355 (patch)
treebc846d4de343c4b1cd3e9df2e8777e913b3331d6 /src/core.h
parentae2ecef8866733f7b71227876424e67722efae90 (diff)
timer: make tmr_jiffies_usec() public
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core.h b/src/core.h
index c66dffc..6e56fed 100644
--- a/src/core.h
+++ b/src/core.h
@@ -508,10 +508,3 @@ static inline uint64_t calc_extended_timestamp(uint32_t num_wraps, uint32_t ts)
int timestamp_wrap(uint32_t ts_new, uint32_t ts_old);
uint64_t timestamp_duration(const struct timestamp_recv *ts);
-
-
-/*
- * Timer
- */
-
-uint64_t tmr_jiffies_usec(void);