summaryrefslogtreecommitdiff
path: root/host/opcd_usb.h
diff options
context:
space:
mode:
authorlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-10-04 21:16:34 +0000
committerlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-10-04 21:16:34 +0000
commit13b60901d894ed21d4fe51ba31b06c8f70413839 (patch)
tree41ac1afc062591e1499dc2a0d5b362da1259b310 /host/opcd_usb.h
parentc8667163f3ba7aa265d291c1b1a8c2c53bd0e5b8 (diff)
- add support to read the serial number
- add support for new OpenPCD firmware revisions with multiple interfaces git-svn-id: https://svn.openpcd.org:2342/trunk@263 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'host/opcd_usb.h')
-rw-r--r--host/opcd_usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/opcd_usb.h b/host/opcd_usb.h
index e9698f0..7304396 100644
--- a/host/opcd_usb.h
+++ b/host/opcd_usb.h
@@ -12,7 +12,7 @@ struct opcd_handle {
extern const char *opcd_hexdump(const void *data, unsigned int len);
-extern struct opcd_handle *opcd_init(void);
+extern struct opcd_handle *opcd_init(int is_picc);
extern void opcd_fini(struct opcd_handle *od);
extern int opcd_recv_reply(struct opcd_handle *od, char *buf, int len);
personal git repositories of Harald Welte. Your mileage may vary