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

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

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.