X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d48175d4f477d7c0d4b932b4212898b236a82356..207fc33a4252560197931244b1e888d5cc3994c7:/common/lfdemod.h diff --git a/common/lfdemod.h b/common/lfdemod.h index b4ff453e..11634d00 100644 --- a/common/lfdemod.h +++ b/common/lfdemod.h @@ -59,4 +59,5 @@ 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); #endif