VSDC up to CDOL2 calc

This commit is contained in:
merlokk 2019-01-10 18:33:21 +02:00
commit eaedf7f811
3 changed files with 30 additions and 1 deletions

View file

@ -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