adding a test case
[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 //add prefetch site as an argument for debugging
9 void insertPile(int, unsigned int, int, short, short *, prefetchpile_t **);
10
11 #endif