make git status useful again
[librfid] / src / rfid_reader_rc632_common.c
index 4a41f15..101c1f8 100644 (file)
@@ -116,6 +116,12 @@ _rdr_rc632_mifare_setkey(struct rfid_reader_handle *rh, const u_int8_t *key)
        return rh->ah->asic->priv.rc632.fn.mifare_classic.setkey(rh->ah, key);
 }
 
+int
+_rdr_rc632_mifare_setkey_ee(struct rfid_reader_handle *rh, unsigned int addr)
+{
+       return rh->ah->asic->priv.rc632.fn.mifare_classic.setkey_ee(rh->ah, addr);
+}
+
 int
 _rdr_rc632_mifare_auth(struct rfid_reader_handle *rh, u_int8_t cmd, 
                   u_int32_t serno, u_int8_t block)