aboutsummaryrefslogtreecommitdiff
path: root/chopstx.h
diff options
context:
space:
mode:
Diffstat (limited to 'chopstx.h')
-rw-r--r--chopstx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chopstx.h b/chopstx.h
index 98c0531..ed632b3 100644
--- a/chopstx.h
+++ b/chopstx.h
@@ -39,7 +39,9 @@ chopstx_create (uint32_t flags_and_prio,
#define CHOPSTX_SCHED_RR 0x20000
-void chopstx_usec_wait (uint32_t useconds);
+void chopstx_usec_wait_internal (uint32_t *arg);
+
+void chopstx_usec_wait (uint32_t usec);
struct chx_spinlock {
/* nothing for uniprocessor. */