]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfu.h
cleaning up uart_posix.c
[proxmark3-svn] / client / cmdhfmfu.h
index c4bc03415c7bb8a8a7467a055d58495d32d614f8..8548cd5b0ab86bc1841daacfd198dcd929775303 100644 (file)
@@ -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 <stdint.h>
 
-//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
Impressum, Datenschutz