diff options
Diffstat (limited to 'openpicc/application/iso14443_layer2a.h')
-rw-r--r-- | openpicc/application/iso14443_layer2a.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openpicc/application/iso14443_layer2a.h b/openpicc/application/iso14443_layer2a.h index abe019a..cf31ec4 100644 --- a/openpicc/application/iso14443_layer2a.h +++ b/openpicc/application/iso14443_layer2a.h @@ -1,7 +1,7 @@ #ifndef ISO14443_LAYER2A_H_ #define ISO14443_LAYER2A_H_ -#include "ssc_picc.h" +#include "ssc_buffer.h" /* Callback type for iso14443_receive(). * Parameter buffer is being passed a pointer to an SSC Rx buffer structure that this receive happened @@ -55,9 +55,6 @@ extern int iso14443_transmit(ssc_dma_tx_buffer_t *buffer, unsigned int fdt, u_in extern int iso14443_tx_abort(void); extern int iso14443_tx_busy(void); -extern int iso14443_l2a_rx_start(void); -extern int iso14443_l2a_rx_stop(void); - /* * Wait for the presence of a reader to be detected. * Returns 0 when the PLL is locked. |