]> rtime.felk.cvut.cz Git - rpp-test-sw.git/blobdiff - rpp-test-sw/commands/cmd_netstats.h
Merge branches 'master' and 'rm48/master'
[rpp-test-sw.git] / rpp-test-sw / commands / cmd_netstats.h
diff --git a/rpp-test-sw/commands/cmd_netstats.h b/rpp-test-sw/commands/cmd_netstats.h
new file mode 100644 (file)
index 0000000..ae12a61
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * cmd_netstats.h
+ *
+ *  Created on: 23.8.2013
+ *      Author: Jan Doležal
+ */
+
+#ifndef CMD_NETSTATS_H_
+#define CMD_NETSTATS_H_
+
+#include "cmdproc.h"
+
+#define echo(x) rpp_sci_putc(x)
+
+extern cmd_des_t const *cmd_list_netstats[];
+
+#endif /* CMD_NETSTATS_H_ */