]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blob - frsh_time.h
Upgrading FRSH trunk to D-AC2v2. Phase I: Moving FRSH-FOSA to FOSA
[frescor/frsh-include.git] / frsh_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         FRSH_TIME_H_
11 #define         FRSH_TIME_H_
12
13 /**
14  * frsh_eat()
15  *
16  * Eat some time using system clock facilities
17  **/
18 static void inline frsh_eat(const struct timespec *cpu_time)
19 {
20     fosa_eat(cpu_time);
21 }
22
23
24 #endif      /* !FOSA_TIME_H_ */