changes
[IRC.git] / Robust / src / Runtime / bamboo / pmc_forward.h
1 #ifndef PMC_FORWARD_H
2 #define PMC_FORWARD_H
3 #include "pmc_garbage.h"
4
5
6 void pmc_count();
7 void pmc_countbytes(struct pmc_unit * region, void *bottomptr, void *topptr);
8 void pmc_processunits();
9 void pmc_doforward();
10 void pmc_forward(struct pmc_region *region, unsigned int totalbytes, void *bottomptr, void *topptr, bool fwddirection);
11
12
13 #endif