]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - rtems/gw/libs/load.h
Adds a library with pair of functions to put load on CPU.
[can-benchmark.git] / rtems / gw / libs / load.h
diff --git a/rtems/gw/libs/load.h b/rtems/gw/libs/load.h
new file mode 100644 (file)
index 0000000..b355c24
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __CPU_LOAD_H_\r
+#define __CPU_LOAD_H_\r
+\r
+int start_thread_load();\r
+int end_thread_load();\r
+\r
+#endif
\ No newline at end of file