[project @ 2002-01-22 13:54:22 by simonmar]
[ghc-hetmet.git] / ghc / includes / SchedAPI.h
index 6757a5e..0a53fa8 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: SchedAPI.h,v 1.11 2000/11/13 14:40:36 simonmar Exp $
+ * $Id: SchedAPI.h,v 1.13 2001/03/22 03:51:09 hwloidl Exp $
  *
  * (c) The GHC Team 1998
  *
@@ -32,6 +32,9 @@ StgTSO *createThread(nat stack_size, StgInt pri);
 #else
 StgTSO *createThread(nat stack_size);
 #endif
+#if defined(PAR) || defined(SMP)
+void taskStart(void);
+#endif
 void scheduleThread(StgTSO *tso);
 
 static inline void pushClosure   (StgTSO *tso, StgClosure *c) {