X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/207fc33a4252560197931244b1e888d5cc3994c7..1cc80785e55ed476b817b806ea8d6028367a4f7e:/common/lfdemod.h diff --git a/common/lfdemod.h b/common/lfdemod.h index 11634d00..7bd3ce40 100644 --- a/common/lfdemod.h +++ b/common/lfdemod.h @@ -60,4 +60,5 @@ int NedapDemod(uint8_t *dest, size_t *size); int JablotronDemod(uint8_t *dest, size_t *size); int Visa2kDemod_AM(uint8_t *dest, size_t *size); int NoralsyDemod_AM(uint8_t *dest, size_t *size); +int IdteckDemodPSK(uint8_t *dest, size_t *size); #endif