merge upstream HEAD
[ghc-hetmet.git] / rts / posix / Itimer.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team 1998-2005
4  *
5  * Interval timer for profiling and pre-emptive scheduling.
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef ITIMER_H
10 #define ITIMER_H
11
12 RTS_PRIVATE lnat getourtimeofday ( void );
13
14 #endif /* ITIMER_H */