diff options
author | Christian Cunningham <cc@localhost> | 2022-02-21 21:56:01 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-21 21:56:01 -0700 |
commit | 3b883c24da327036a049a0430bd00ebfdffd5c8f (patch) | |
tree | a266169da94b95f8c1b156285c2f3504c89cd5f3 /include | |
parent | 6c7bdd85bbe8d2b791e0fe52f93f5e75e8beea2d (diff) |
Added wait
Diffstat (limited to 'include')
-rw-r--r-- | include/util/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util/time.h b/include/util/time.h index dc51e00..e5e18b1 100644 --- a/include/util/time.h +++ b/include/util/time.h @@ -10,6 +10,7 @@ unsigned long read_cntv_tval(void); void write_cntv_tval(unsigned long val); unsigned long read_cntfrq(void); unsigned long long get_time(void); +void wait_msec(unsigned int n); static inline void enablecntv(void) { |