X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FScav.h;h=699e48cbac178fc20b0c2ac87ef406b609f6ee51;hb=46e7ae64c37e193ae57fc8646602cc94a7caf573;hp=df774cd63d6b0ab7308dc91787c4567b3e9983be;hpb=6a405b1efd138a4af4ed93ce4ff173a4c5704512;p=ghc-hetmet.git diff --git a/rts/sm/Scav.h b/rts/sm/Scav.h index df774cd..699e48c 100644 --- a/rts/sm/Scav.h +++ b/rts/sm/Scav.h @@ -11,6 +11,11 @@ * * ---------------------------------------------------------------------------*/ +#ifndef SM_SCAV_H +#define SM_SCAV_H + +#include "BeginPrivate.h" + void scavenge_loop (void); void scavenge_mutable_list (bdescr *bd, generation *gen); void scavenge_capability_mut_lists (Capability *cap); @@ -20,3 +25,8 @@ void scavenge_loop1 (void); void scavenge_mutable_list1 (bdescr *bd, generation *gen); void scavenge_capability_mut_Lists1 (Capability *cap); #endif + +#include "EndPrivate.h" + +#endif /* SM_SCAV_H */ +