X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=58b6ef0e3939a1f4f56501b7d6bcb180c3d4efb3;hb=d7230e532eb485db85d4e446d7fba4192507b3ba;hp=d1becf5168947f93e8c2f0ab048946546836e01e;hpb=17f848e12faf8cf51aa58918522b6abe1e75dc51;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index d1becf5..58b6ef0 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -75,6 +75,8 @@ extern int hs_hpc_module(char *modName,int modCount,int modHashNo,StgWord64 *tix extern void hs_hpc_tick(int globIx,struct StgTSO_ *current_tso); extern void hs_hpc_raise_event(struct StgTSO_ *current_tso); extern void hs_hpc_thread_finished_event(struct StgTSO_ *current_tso); +extern void hs_hpc_read(char *filename); +extern void hs_hpc_write(char *filename); #if defined(mingw32_HOST_OS) extern int rts_InstallConsoleEvent ( int action, StgStablePtr *handler );