FreeCalypso > hg > fc-magnetite
comparison cdg-hybrid/sap-inline/8010_136_simdrv_sap_inline.h @ 212:e7a67accfad9
cdg-hybrid cdginc headers created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Oct 2016 21:52:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
211:02269c474131 | 212:e7a67accfad9 |
---|---|
1 /*** | |
2 ;******************************************************************************** | |
3 ;*** File : 8010_136_simdrv_sap_inline.h | |
4 ;*** Creation : Wed Mar 11 09:57:50 CST 2009 | |
5 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1 | |
6 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002 | |
7 ;******************************************************************************** | |
8 ;*** Document Type : Service Access Point Specification | |
9 ;*** Document Name : 8010_136_simdrv_sap | |
10 ;*** Document No. : 8010.136.03.009 | |
11 ;*** Document Date : 2004-06-10 | |
12 ;*** Document Status: BEING_PROCESSED | |
13 ;*** Document Author: FDU | |
14 ;******************************************************************************** | |
15 ;*** !!! THIS INCLUDE FILE WAS GENERATED AUTOMATICALLY, DO NOT MODIFY !!! | |
16 ;******************************************************************************** | |
17 ***/ | |
18 #ifndef _8010_136_SIMDRV_SAP_INLINE_H_ | |
19 #define _8010_136_SIMDRV_SAP_INLINE_H_ | |
20 | |
21 | |
22 | |
23 extern void simdrv_poweroff ( U8 reader_id ); | |
24 | |
25 extern U8 simdrv_reset ( U8 reader_id, U8 voltage_select ); | |
26 | |
27 extern U16 simdrv_xch_apdu ( U8 reader_id, T_SIMDRV_cmd_header cmd_header, T_SIMDRV_data_info data_info, T_SIMDRV_result_info *result_info ); | |
28 | |
29 extern void simdrv_register ( void ( *simdrv_insert )( T_SIMDRV_atr_string_info *atr_string_info, U8 config_requested, T_SIMDRV_config_characteristics *config_characteristics ), void ( *simdrv_remove )( void ) ); | |
30 | |
31 extern void simdrv_insert ( T_SIMDRV_atr_string_info *atr_string_info, U8 config_requested, T_SIMDRV_config_characteristics *config_characteristics ); | |
32 | |
33 extern void simdrv_remove ( void ); | |
34 | |
35 | |
36 | |
37 | |
38 #endif /* !_8010_136_SIMDRV_SAP_INLINE_H_ */ |