diff options
Diffstat (limited to 'openpicc/application/iso14443a_diffmiller.h')
-rw-r--r-- | openpicc/application/iso14443a_diffmiller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpicc/application/iso14443a_diffmiller.h b/openpicc/application/iso14443a_diffmiller.h index c657f1b..0536312 100644 --- a/openpicc/application/iso14443a_diffmiller.h +++ b/openpicc/application/iso14443a_diffmiller.h @@ -5,7 +5,7 @@ struct diffmiller_state; -extern int iso14443a_decode_diffmiller(struct diffmiller_state *state, iso14443_frame *frame, +extern int __ramfunc iso14443a_decode_diffmiller(struct diffmiller_state *state, iso14443_frame *frame, const u_int32_t buffer[], unsigned int *offset, const unsigned int buflen); extern int iso14443a_diffmiller_assert_frame_ended(struct diffmiller_state * const state, iso14443_frame * const frame); |