aboutsummaryrefslogtreecommitdiff
path: root/src/sys/timer.h
blob: 76fc015a8760a5956b3fa7a3e8839f1cb3e7332b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SYS_TIMER_H
#define SYS_TIMER_H

#ifndef SYS_TIMER_C
extern struct Mutex exe_cnt_m;
#endif

void c_timer();

#endif