X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/0c60e90bdf1a75402f9cc86eb300c5619dd895bc..892bd75ffefedb5fdf4de47bbdaa97071e4f0909:/rtems/gw/cangw/helpers.h diff --git a/rtems/gw/cangw/helpers.h b/rtems/gw/cangw/helpers.h index 0c3a0d0..2705078 100644 --- a/rtems/gw/cangw/helpers.h +++ b/rtems/gw/cangw/helpers.h @@ -1,20 +1,13 @@ -#include -#include "system.h" -#include "app_def.h" -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include - +#ifndef __HELPERS_H_ +#define __HELPERS_H_ int start_can(int argc, char** argv); int end_can(int argc, char** argv); int print_regs(int argc, char** argv); -int print_can_totals(int argc, char** argv); \ No newline at end of file +int print_can_totals(int argc, char** argv); +int start_net(int argc, char** argv); +int show_net(int argc, char** argv); +int start_load(int argc, char** argv); +int stop_load(int argc, char** argv); + +#endif \ No newline at end of file