X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/eb911aa8d6b2ddf5163fc75f06da416eb968bd9f..5daad8266013a5600e958d256dfd58f451bc758b:/common/lfdemod.h diff --git a/common/lfdemod.h b/common/lfdemod.h index 60e34732..b4ff453e 100644 --- a/common/lfdemod.h +++ b/common/lfdemod.h @@ -58,4 +58,5 @@ 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); #endif