mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
VSDC up to CDOL2 calc
This commit is contained in:
parent
628eceb5ed
commit
eaedf7f811
3 changed files with 30 additions and 1 deletions
|
@ -65,4 +65,6 @@ bool tlv_equal(const struct tlv *a, const struct tlv *b);
|
|||
bool tlv_get_uint8(const struct tlv *etlv, uint8_t *value);
|
||||
bool tlv_get_int(const struct tlv *etlv, int *value);
|
||||
|
||||
bool tlvdb_get_uint8(struct tlvdb *tlvRoot, tlv_tag_t tag, uint8_t *value);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue