]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/util.h
with the declaration of 'uint8_t destination[8]', 'destination' is already a pointer...
[proxmark3-svn] / armsrc / util.h
index ac141065f2782649dd49421dbc76037e3c067b38..9c4b4c58e75a81e09661a829695960bb4e53cf46 100644 (file)
@@ -13,8 +13,8 @@
 
 #include <stddef.h>
 #include <stdint.h>
+#include <common.h>
 
-#define RAMFUNC __attribute((long_call, section(".ramfunc")))
 #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
 
 #define LED_RED 1
@@ -47,4 +47,7 @@ void StartCountUS();
 uint32_t RAMFUNC GetCountUS();
 uint32_t RAMFUNC GetDeltaCountUS();
 
+void StartCountMifare();
+uint32_t RAMFUNC GetCountMifare();
+
 #endif
Impressum, Datenschutz