aboutsummaryrefslogtreecommitdiffstats
path: root/edf-hsb.h
diff options
context:
space:
mode:
Diffstat (limited to 'edf-hsb.h')
-rw-r--r--edf-hsb.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/edf-hsb.h b/edf-hsb.h
new file mode 100644
index 0000000..0ac3d4f
--- /dev/null
+++ b/edf-hsb.h
@@ -0,0 +1,10 @@
1#ifndef EDF_HSB_H
2#define EDF_HSB_H
3
4
5int set_hrt(int cpu, unsigned int wcet, unsigned int period);
6int get_hrt(int cpu, unsigned int *wcet, unsigned int *period);
7int create_be(unsigned int wcet, unsigned int period);
8
9
10#endif