aboutsummaryrefslogtreecommitdiffstats
path: root/edf-hsb.h
blob: 0ac3d4f8a4309021ec92cb6a0acab40d5323029d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef EDF_HSB_H
#define EDF_HSB_H


int set_hrt(int cpu, unsigned int  wcet, unsigned int  period);
int get_hrt(int cpu, unsigned int *wcet, unsigned int *period);
int create_be(unsigned int wcet, unsigned int period);


#endif