From 7c198cbff3872795661b6ded45662dc0a9ba6db9 Mon Sep 17 00:00:00 2001 From: henryk Date: Sat, 15 Dec 2007 20:56:57 +0000 Subject: Record size of SSC RX DMA buffers in transfers, much clearer Change miller decoder to take an RX DMA buffer in order to have access to the reception_mode member, much more versatile git-svn-id: https://svn.openpcd.org:2342/trunk@393 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/iso14443a_miller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpicc/application/iso14443a_miller.h') diff --git a/openpicc/application/iso14443a_miller.h b/openpicc/application/iso14443a_miller.h index dbd7f85..be058d0 100644 --- a/openpicc/application/iso14443a_miller.h +++ b/openpicc/application/iso14443a_miller.h @@ -1,6 +1,6 @@ #ifndef ISO14443A_MILLER_H_ #define ISO14443A_MILLER_H_ -extern int iso14443a_decode_miller(iso14443_frame *frame, const u_int8_t *sample_buf, const u_int16_t sample_buf_len); +extern int iso14443a_decode_miller(iso14443_frame *frame, const ssc_dma_rx_buffer_t *buffer); #endif /*ISO14443A_MILLER_H_*/ -- cgit v1.2.3