17 #define Card_PowerOn 0x01
18 #define Card_PowerOff 0x02
19 #define Card_XfrAPDU 0x03
21 //void run_picc_poll(struct work_struct *work);
22 //DECLARE_DELAYED_WORK(card_Poll, run_picc_poll);
25 struct pcd_device pcd
;
26 struct picc_device picc
;
28 OS_Mutex_handle mutex
;
30 uint32_t polling_task_handle
;
31 int (*slot_changed_notify
)(void *, uint8_t);
36 void pcd_deinit(void);
37 extern struct pcd_common
*common
;