]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - rtems/gw/cangw/gw.h
Change the cron script (btw. we are now triggered by systemd timers)
[can-benchmark.git] / rtems / gw / cangw / gw.h
1 #ifndef __GW_H_
2 #define __GW_H_
3
4 extern unsigned long int total_1, total_2, succ_1, succ_2, err_1, err_2;
5
6 int start_GW();
7 int end_GW();
8
9 #endif