]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - rtems/gw/cangw/helpers.h
Integrates cpu loading library and adds some minor changes.
[can-benchmark.git] / rtems / gw / cangw / helpers.h
index 0c3a0d012f8a463fa1b1509743bf52f151dbbfba..27050782c2f03b9380d736c89a6e1828d050fc43 100644 (file)
@@ -1,20 +1,13 @@
-#include <system_def.h>\r
-#include "system.h"\r
-#include "app_def.h"\r
-#include <unistd.h>\r
-#include <fcntl.h>\r
-#include <stdio.h>\r
-#include <errno.h>\r
-#include <stdlib.h>\r
-#include <rtems/error.h>\r
-#include <rtems/monitor.h>\r
-#include <rtems/shell.h>\r
-\r
-#include <bsp/mscan.h>\r
-#include <bsp/mscan-base.h>\r
-\r
+#ifndef __HELPERS_H_\r
+#define __HELPERS_H_\r
 \r
 int start_can(int argc, char** argv);\r
 int end_can(int argc, char** argv);\r
 int print_regs(int argc, char** argv);\r
-int print_can_totals(int argc, char** argv);
\ No newline at end of file
+int print_can_totals(int argc, char** argv);\r
+int start_net(int argc, char** argv);\r
+int show_net(int argc, char** argv);\r
+int start_load(int argc, char** argv);\r
+int stop_load(int argc, char** argv);\r
+\r
+#endif
\ No newline at end of file