source: trunk/Softwares/Basic_test.or32/src/c/include/workload.h @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 237 bytes
Line 
1#include "dhry21.h"
2#include "exec.h"
3
4/*
5 * Array of function's pointer
6 */
7
8void (*WorkLoad[])() = 
9{ 
10  (void *)exec_0 ,
11  (void *)exec_1 ,
12  (void *)exec_2 ,
13  (void *)exec_3
14};
15
16#define NB_WORKLOAD (sizeof(WorkLoad)/sizeof(void *))
Note: See TracBrowser for help on using the repository browser.