lf hid clone - hooked up the binary input

This commit is contained in:
iceman1001
2021-02-17 08:56:42 +01:00
parent b979ed3e17
commit 563f703d6a
3 changed files with 38 additions and 6 deletions

View File

@@ -105,6 +105,7 @@ void strcreplace(char *buf, size_t len, char from, char to);
char *str_dup(const char *src);
char *str_ndup(const char *src, size_t len);
int hexstring_to_u96(uint32_t *hi2, uint32_t *hi, uint32_t *lo, const char *str);
int binstring_to_u96(uint32_t *hi2, uint32_t *hi, uint32_t *lo, const char *str);
uint32_t bitcount32(uint32_t a);
uint64_t bitcount64(uint64_t a);