summaryrefslogtreecommitdiffstats
path: root/src/rcclock.h
blob: e043150734c40e340cb6a81a83d363d72f445f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _RCC_LOCK_H
#define _RCC_LOCK_H

#ifndef LIBRCC_LOCK_WAIT
# define LIBRCC_LOCK_WAIT 3000 /* ms */
#endif /* LIBRCC_LOCK_WAIT */

int rccLock();
void rccUnLock();

#endif /* _RCC_LOCK_H */