]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/util.h
Merge remote-tracking branch 'upstream/master'
[proxmark3-svn] / armsrc / util.h
index d7eacd705ee75b7c311256c0abe94f41243cdfd3..e919764bcc5a4cbac14081ae233557cd93fb46ea 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <stddef.h>
 #include <stdint.h>
-#include <common.h>
+#include "common.h"
 
 #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
 
@@ -54,4 +54,6 @@ uint32_t RAMFUNC GetDeltaCountUS();
 void StartCountSspClk();
 uint32_t RAMFUNC GetCountSspClk();
 
+uint32_t prand();
+
 #endif
Impressum, Datenschutz