Changeset View
Changeset View
Standalone View
Standalone View
scd/apdu.h
| Context not available. | |||||
| #define APDU_CARD_PRESENT (2) /* Card is just present. */ | #define APDU_CARD_PRESENT (2) /* Card is just present. */ | ||||
| #define APDU_CARD_ACTIVE (4) /* Card is active. */ | #define APDU_CARD_ACTIVE (4) /* Card is active. */ | ||||
| extern npth_mutex_t reader_table_lock; | |||||
| gpg_error_t apdu_init (void); | gpg_error_t apdu_init (void); | ||||
| Context not available. | |||||