summaryrefslogtreecommitdiff
path: root/usb-benchmark-project/benchm_drv.h
diff options
context:
space:
mode:
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