]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blob - calibrate.h
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@252 35b4ef3...
[frescor/frsh-include.git] / calibrate.h
1 #ifndef _CALIBRATE_H
2 #define _CALIBRATE_H
3
4
5 extern int calibrate_cycle();
6 extern void eat_cycles(unsigned int wait);
7
8 #endif