]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blob - rpp-test-sw/commands/cmd_netstats.h
ae12a61cc47cc2dfbb4170b3b6b6dc3542517acd
[pes-rpp/rpp-test-sw.git] / rpp-test-sw / commands / cmd_netstats.h
1 /*
2  * cmd_netstats.h
3  *
4  *  Created on: 23.8.2013
5  *      Author: Jan Doležal
6  */
7
8 #ifndef CMD_NETSTATS_H_
9 #define CMD_NETSTATS_H_
10
11 #include "cmdproc.h"
12
13 #define echo(x) rpp_sci_putc(x)
14
15 extern cmd_des_t const *cmd_list_netstats[];
16
17 #endif /* CMD_NETSTATS_H_ */