Tell the mangler how to mangle for amd64/freebsd; fixes trac #2072
[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