Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1254 → Rev 1255

/demos/trunk/loader/common/nload.c
12,11 → 12,12
#include "fsf_contract.h" //Framework main header
#include "calibrate.h"
#include "func.h" //Generic function definitions
#include "lconst.h"
 
/* Activate task output debug */
#define TASK_OUTPUT
 
int cal_cycles = CALIBRATING_RESULT; //Calibration const, it converts usec to cycles
int cal_cycles = CALIBRATION_RESULT; //Calibration const, it converts usec to cycles
struct timespec zero_time; //Zero time of the simulation
extern struct loader_task loader_task_list[]; //Loader task array
extern int total_loader_task; //Loader task number