X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/b3c271b232e8f73e50efb422b844167550267024..b29b333865c98b5e48073731980fa6c3cc58f1eb:/rtems/gw/cangw/helpers.h diff --git a/rtems/gw/cangw/helpers.h b/rtems/gw/cangw/helpers.h index 0c3a0d0..efda330 100644 --- a/rtems/gw/cangw/helpers.h +++ b/rtems/gw/cangw/helpers.h @@ -1,20 +1,11 @@ -#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); + +#endif \ No newline at end of file