]> rtime.felk.cvut.cz Git - frescor/fosa.git/blob - include/fosa_time.h
f3ff8c1d597b774d95ec5972f09ee84ae99f6bd8
[frescor/fosa.git] / include / fosa_time.h
1 /*
2 ** fosa_time.h
3 ** 
4 ** Made by Miguel marciano
5 ** Login   <miguel@namir.ctr.unican.es>
6 ** 
7 ** Started on  Mon Jan 21 20:01:04 2008 Miguel marciano
8 ** Last update Mon Jan 21 20:01:04 2008 Miguel marciano
9 */
10 #ifndef         FOSA_TIME_H_
11 #define         FOSA_TIME_H_
12
13 /**
14  * fosa_eat()
15  *
16  * Eat some time using system clock facilities
17  **/
18 void inline fosa_eat(const struct timespec *cpu_time);
19
20
21 #endif      /* !FOSA_TIME_H_ */