summaryrefslogtreecommitdiff
path: root/rts/Hpc.h
blob: a0ff40b06c5a3f77062fd0b98b18ab7c2ba99408 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef HPC_H
#define HPC_H

extern void startupHpc(void);
extern void exitHpc(void);

#endif /* HPC_H */