summaryrefslogtreecommitdiff
path: root/openpcd/opcd_test/opcd_usb.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-25 12:32:11 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-25 12:32:11 +0000
commit9865031f9f7ab887b31b260b6060e1fde2b7a670 (patch)
tree1b56d558550769d617910f69c3745e72e99e8ad4 /openpcd/opcd_test/opcd_usb.h
parent767a06ec648b9242cba5bb1dddfef08137d7b7dc (diff)
add usb benchmarking mode
git-svn-id: https://svn.openpcd.org:2342/trunk@132 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/opcd_test/opcd_usb.h')
-rw-r--r--openpcd/opcd_test/opcd_usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpcd/opcd_test/opcd_usb.h b/openpcd/opcd_test/opcd_usb.h
index 953f983..e9698f0 100644
--- a/openpcd/opcd_test/opcd_usb.h
+++ b/openpcd/opcd_test/opcd_usb.h
@@ -19,5 +19,6 @@ extern int opcd_recv_reply(struct opcd_handle *od, char *buf, int len);
extern int opcd_send_command(struct opcd_handle *od, u_int8_t cmd,
u_int8_t reg, u_int8_t val, u_int16_t len,
const unsigned char *data);
+extern int opcd_usbperf(struct opcd_handle *od, unsigned int frames);
#endif
personal git repositories of Harald Welte. Your mileage may vary