summaryrefslogtreecommitdiff
path: root/rts/Ticky.h
blob: a32a7a6542b10b7ae920b3651fbf22cfd1162a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team 1999
 *
 * Header for Ticky.c
 *
 * ---------------------------------------------------------------------------*/

#ifndef TICKY_H
#define TICKY_H

RTS_PRIVATE void PrintTickyInfo(void);

#endif /* TICKY_H */