blob: 7996da7c9488e58f01c65a062c68e335267d23db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team 1998-2005
*
* Interval timer for profiling and pre-emptive scheduling.
*
* ---------------------------------------------------------------------------*/
#ifndef ITIMER_H
#define ITIMER_H
#endif /* ITIMER_H */
|