Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/include/spu_timer.h')
-rw-r--r--newlib/libc/machine/spu/include/spu_timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/machine/spu/include/spu_timer.h b/newlib/libc/machine/spu/include/spu_timer.h
index ea10ce57d..4116aac9f 100644
--- a/newlib/libc/machine/spu/include/spu_timer.h
+++ b/newlib/libc/machine/spu/include/spu_timer.h
@@ -47,6 +47,7 @@ extern int spu_timer_alloc (int interval, void (*func) (int));
extern int spu_timer_free (int id);
extern int spu_timer_start (int id);
extern int spu_timer_stop (int id);
+extern unsigned spu_timebase (void);
/* Interrupt services. */
extern void spu_slih_register (unsigned event_mask,