X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/ed81f09538552b857c45ec9086a99b010ceec38a..0c60e90bdf1a75402f9cc86eb300c5619dd895bc:/rtems/gw/cangw/helpers.h diff --git a/rtems/gw/cangw/helpers.h b/rtems/gw/cangw/helpers.h new file mode 100644 index 0000000..0c3a0d0 --- /dev/null +++ b/rtems/gw/cangw/helpers.h @@ -0,0 +1,20 @@ +#include +#include "system.h" +#include "app_def.h" +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + + +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