X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2dcf60f3df145625781982040ae9c80d30e40482..81b7e89434aad94a3cbddd5742341cd75e48efa5:/common/lfdemod.h diff --git a/common/lfdemod.h b/common/lfdemod.h index 60e34732..7bd3ce40 100644 --- a/common/lfdemod.h +++ b/common/lfdemod.h @@ -58,4 +58,7 @@ int VikingDemod_AM(uint8_t *dest, size_t *size); int PrescoDemod(uint8_t *dest, size_t *size); 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