we need to #include "Stg.h" first, we can't rely on GHC to inject it
[ghc-hetmet.git] / rts / Hpc.h
1 #ifndef HPC_H
2 #define HPC_H
3
4 extern void startupHpc(void);
5 extern void exitHpc(void);
6
7 #endif /* HPC_H */
8
9
10