[Pcsclite-cvs-commit] CVS Drivers/ccid/src

CVS User rousseau ludovic.rousseau@free.fr
Mon, 02 May 2005 09:16:26 +0000


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv23859

Modified Files:
	ccid.h 
Log Message:
add dwMaxDataRate field (again)


--- /cvsroot/pcsclite/Drivers/ccid/src/ccid.h	2005/04/27 14:09:16	1.24
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid.h	2005/05/02 09:16:26	1.25
@@ -18,7 +18,7 @@
 */
 
 /*
- * $Id: ccid.h,v 1.24 2005/04/27 14:09:16 rousseau Exp $
+ * $Id: ccid.h,v 1.25 2005/05/02 09:16:26 rousseau Exp $
  */
 
 typedef struct
@@ -60,6 +60,11 @@
 	int dwDefaultClock;
 
 	/*
+	 * Max Data Rate
+	 */
+	int dwMaxDataRate;
+
+	/*
 	 * Number of available slots
 	 */
 	char bMaxSlotIndex;