[project @ 2005-10-21 14:02:17 by simonmar]
[ghc-hetmet.git] / ghc / rts / Proftimer.h
index 5902762..c837b85 100644 (file)
@@ -1,11 +1,14 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The GHC Team, 1998
+ * (c) The GHC Team, 1998-2005
  *
  * Profiling interval timer
  *
  * ---------------------------------------------------------------------------*/
 
+#ifndef PROFTIMER_H
+#define PROFTIMER_H
+
 extern void initProfTimer      ( void );
 extern void handleProfTick     ( void );
 
@@ -15,3 +18,5 @@ extern void stopHeapProfTimer  ( void );
 extern void startHeapProfTimer ( void );
 
 extern rtsBool performHeapProfile;
+
+#endif /* PROFTIMER_H */