summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
blob: 4ddac524efc5d006e9e8b7da6bec760db9c69c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MPLAYER_TIMER_H
#define MPLAYER_TIMER_H

extern const char timer_name[];

void InitTimer(void);
unsigned int GetTimer(void);
unsigned int GetTimerMS(void);

int usec_sleep(int usec_delay);

#endif /* MPLAYER_TIMER_H */