helpful progress reporting
[IRC.git] / Robust / src / Runtime / DSTM / interface / machinepile.h
1 #ifndef _MACHINEPILE_H_
2 #define _MACHINEPILE_H_
3
4 #include "mcpileq.h"
5 #include <stdio.h>
6 #include <stdlib.h>
7
8 void insertPile(int, unsigned int, short, short *, prefetchpile_t **);
9
10 #endif