X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/cb1ba30a5ef09f5998dda9e57f6f0a69e0fae783..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/client/cmdlfem4x.h diff --git a/client/cmdlfem4x.h b/client/cmdlfem4x.h index 44b6127b..797f5d1e 100644 --- a/client/cmdlfem4x.h +++ b/client/cmdlfem4x.h @@ -37,6 +37,8 @@ int CmdReadWord(const char *Cmd); int CmdWriteWord(const char *Cmd); int EM4x50Read(const char *Cmd, bool verbose); +bool EM4x05IsBlock0(uint32_t *word); + int usage_lf_em410x_sim(void); int usage_lf_em_read(void); int usage_lf_em_write(void);