summaryrefslogtreecommitdiff
path: root/src/rfid_reader_rc632_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rfid_reader_rc632_common.h')
-rw-r--r--src/rfid_reader_rc632_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rfid_reader_rc632_common.h b/src/rfid_reader_rc632_common.h
index 38d195d..999dfa3 100644
--- a/src/rfid_reader_rc632_common.h
+++ b/src/rfid_reader_rc632_common.h
@@ -20,6 +20,7 @@ int _rdr_rc632_14443a_set_speed(struct rfid_reader_handle *rh, unsigned int tx,
unsigned int speed);
int _rdr_rc632_l2_init(struct rfid_reader_handle *rh, enum rfid_layer2_id l2);
int _rdr_rc632_mifare_setkey(struct rfid_reader_handle *rh, const u_int8_t *key);
+int _rdr_rc632_mifare_setkey_ee(struct rfid_reader_handle *rh, const unsigned int addr);
int _rdr_rc632_mifare_auth(struct rfid_reader_handle *rh, u_int8_t cmd,
u_int32_t serno, u_int8_t block);
int _rdr_rc632_getopt(struct rfid_reader_handle *rh, int optname,
personal git repositories of Harald Welte. Your mileage may vary