X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/5213ffa9e2ff09d8ff609b61a7cf589d03050477..892bd75ffefedb5fdf4de47bbdaa97071e4f0909:/rtems/gw/cangw/gw.h?ds=sidebyside diff --git a/rtems/gw/cangw/gw.h b/rtems/gw/cangw/gw.h index 3a61f30..742ab1a 100644 --- a/rtems/gw/cangw/gw.h +++ b/rtems/gw/cangw/gw.h @@ -1,6 +1,8 @@ #ifndef __GW_H_ #define __GW_H_ +extern unsigned long int total_1, total_2, succ_1, succ_2, err_1, err_2; + int start_GW(); int end_GW();