X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ce55f5a29152d7d71c7848c5d94e2eeab397aed4..77cd612f15cb8b50229dbba5e8ec18c8a0bca6f5:/armsrc/util.h?ds=sidebyside

diff --git a/armsrc/util.h b/armsrc/util.h
index 135468ae..9c4b4c58 100644
--- a/armsrc/util.h
+++ b/armsrc/util.h
@@ -47,4 +47,7 @@ void StartCountUS();
 uint32_t RAMFUNC GetCountUS();
 uint32_t RAMFUNC GetDeltaCountUS();
 
+void StartCountMifare();
+uint32_t RAMFUNC GetCountMifare();
+
 #endif