Index: yc_7816.h
===================================================================
--- /YC3121_SDK/fw/sdk/yc_7816/yc_7816.h	(revision 647)
+++ /YC3121_SDK/fw/sdk/yc_7816/yc_7816.h	(working copy)
@@ -219,6 +219,7 @@
 //卡检测
 uint8_t detect_io_state(void);
 uint16_t ISO7816_LoopBack(void);
+uint32_t ISO7816_GetVersion(void);
 
 #endif	/* __YC_ISO7816_H__ */
 
Index: yc_7816.c
===================================================================
--- /YC3121_SDK/fw/sdk/yc_7816/yc_7816.c	(revision 647)
+++ /YC3121_SDK/fw/sdk/yc_7816/yc_7816.c	(working copy)
@@ -1271,3 +1271,9 @@
     SendLen= 20;
     goto TOSendCMD ;    
 }
+
+#define ISO7816_LIB_VERSION 0x0001
+uint32_t ISO7816_GetVersion(void)
+{
+    return ISO7816_LIB_VERSION;
+}
Index: yc_7816.lib
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

