X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c188b1b9b24b65a60c594364b474edba7c4ab8a2..28d47dc9b4bb437596594a62793bace13bbff172:/common/lfdemod.h diff --git a/common/lfdemod.h b/common/lfdemod.h index a1d99e11..f4ed9107 100644 --- a/common/lfdemod.h +++ b/common/lfdemod.h @@ -53,5 +53,6 @@ int indala26decode(uint8_t *bitStream, size_t *size, uint8_t *invert); int ParadoxdemodFSK(uint8_t *dest, size_t *size, uint32_t *hi2, uint32_t *hi, uint32_t *lo); int PyramiddemodFSK(uint8_t *dest, size_t *size); int VikingDemod_AM(uint8_t *dest, size_t *size); +int PrescoDemod(uint8_t *dest, size_t *size); #endif