]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blob - calibrate.h
Adding a new error code
[frescor/frsh-include.git] / calibrate.h
1 #ifndef _CALIBRATE_H
2 #define _CALIBRATE_H
3
4 /**
5  * @file calibrate.h
6  **/
7
8 extern int calibrate_cycle();
9 extern void eat_cycles(unsigned int wait);
10
11 #endif