diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-02-29 08:53:20 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-02-29 08:53:20 +0000 |
commit | ad5b96d584fc9962a9d8504067cd59697fb9a580 (patch) | |
tree | a79230629a87dfbb65603d806467499ec632e4e8 /openpicc/application/iso14443_layer2a.h | |
parent | 4b03b310ffda11b017ce5166012a7139b09eee90 (diff) |
New cleaned-up (and then messed up again) SSC code
Better layering separation
git-svn-id: https://svn.openpcd.org:2342/trunk@434 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
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. |