summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/timer.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-04-08 21:30:12 +0200
committerUros Majstorovic <majstor@majstor.org>2021-04-08 21:30:12 +0200
commitfc7c7130fee73c5aad2d7a774d5a7712eb3e8e6a (patch)
treef4ecb67c0594abfcca6d62cbc8c35895babf0d8d /fw/fe310/eos/timer.h
parent5c4ad4969514b82285ef37922f7acf61600c70de (diff)
sdcard driver
Diffstat (limited to 'fw/fe310/eos/timer.h')
-rw-r--r--fw/fe310/eos/timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/fe310/eos/timer.h b/fw/fe310/eos/timer.h
index 2ac53f7..99ffa7a 100644
--- a/fw/fe310/eos/timer.h
+++ b/fw/fe310/eos/timer.h
@@ -20,3 +20,4 @@ void eos_timer_clear(unsigned char evt);
void eos_time_sleep(uint32_t msec);
uint64_t eos_time_get_tick(void);
+uint32_t eos_time_since(uint32_t start);