forked from len0rd/rockbox
Export tick_start() to allow for tick timer reinit when changing CPU frequency
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6092 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e734017e2f
commit
76620fbe5b
2 changed files with 5 additions and 5 deletions
|
@ -87,5 +87,6 @@ extern int queue_broadcast(long id, void *data);
|
|||
extern void mutex_init(struct mutex *m);
|
||||
extern void mutex_lock(struct mutex *m);
|
||||
extern void mutex_unlock(struct mutex *m);
|
||||
extern void tick_start(unsigned int interval_in_ms);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue