From 13b60901d894ed21d4fe51ba31b06c8f70413839 Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 4 Oct 2006 21:16:34 +0000 Subject: - 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 --- host/opcd_usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/opcd_usb.h') 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); -- cgit v1.2.3