summaryrefslogtreecommitdiff
path: root/openpcd/opcd_test/opcd_usb.h
diff options
context:
space:
mode:
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