summaryrefslogtreecommitdiff
path: root/usb-benchmark-project/benchm_drv.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-12-01 21:32:04 +0100
committerHarald Welte <laforge@gnumonks.org>2011-12-01 21:32:04 +0100
commit1a23c27e71edc61acb2425f237a14ca0f90e7a5e (patch)
tree43f970407de79d51660b06601c369f8dd14d51d1 /usb-benchmark-project/benchm_drv.h
parentc862d700c6c694e345df2f33a4af61ebac807692 (diff)
import usb-benchmark-project
this can be used to measure the net USB throughput of a given atmel microcontroller.
Diffstat (limited to 'usb-benchmark-project/benchm_drv.h')
-rw-r--r--usb-benchmark-project/benchm_drv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usb-benchmark-project/benchm_drv.h b/usb-benchmark-project/benchm_drv.h
new file mode 100644
index 0000000..3df3fa3
--- /dev/null
+++ b/usb-benchmark-project/benchm_drv.h
@@ -0,0 +1,5 @@
+#include <stdint.h>
+
+extern void benchmark_drv_init(void);
+
+void benchmark_start(uint8_t epnr);
personal git repositories of Harald Welte. Your mileage may vary