X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9c0f13d5dd68761154694c71a8c4fba4f876ed2d..HEAD:/client/cmdhfmfu.h diff --git a/client/cmdhfmfu.h b/client/cmdhfmfu.h index c4bc0341..8548cd5b 100644 --- a/client/cmdhfmfu.h +++ b/client/cmdhfmfu.h @@ -1,19 +1,10 @@ -#include "cmdhfmf.h" -#include "cmdhf14a.h" +#ifndef CMDHFMFU_H__ +#define CMDHFMFU_H__ -//standard ultralight -int CmdHF14AMfUWrBl(const char *Cmd); -int CmdHF14AMfURdBl(const char *Cmd); +#include -//Crypto Cards -int CmdHF14AMfUCRdBl(const char *Cmd); -int CmdHF14AMfUCRdCard(const char *Cmd); -int CmdHF14AMfucAuth(const char *Cmd); +extern int CmdHFMFUltra(const char *Cmd); +extern uint32_t GetHF14AMfU_Type(void); +extern int ul_print_type(uint32_t tagtype, uint8_t spacer); -//general stuff -int CmdHF14AMfUDump(const char *Cmd); -void rol (uint8_t *data, const size_t len); - - -int CmdHFMFUltra(const char *Cmd); -int CmdHF14AMfUInfo(const char *Cmd); +#endif