X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5daad8266013a5600e958d256dfd58f451bc758b..3e5b5bb2da079dae34dc42ff3947e2d9384f1992:/common/lfdemod.h diff --git a/common/lfdemod.h b/common/lfdemod.h index b4ff453e..7bd3ce40 100644 --- a/common/lfdemod.h +++ b/common/lfdemod.h @@ -59,4 +59,6 @@ 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