]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blob - calibrate.h
Updating documentation to include the new distributed systems.
[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