]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/util.h
1. fixed send manchester
[proxmark3-svn] / armsrc / util.h
index 080dac6b5ebab17675dfe2ae4cb4de15fe5e46f0..144032324d62e74b77bba24bc2a3669045328208 100644 (file)
@@ -42,4 +42,8 @@ void FormatVersionInformation(char *dst, int len, const char *prefix, void *vers
 void StartTickCount();
 uint32_t RAMFUNC GetTickCount();
 
+void StartCountUS();
+uint32_t RAMFUNC GetCountUS();
+uint32_t RAMFUNC GetDeltaCountUS();
+
 #endif
Impressum, Datenschutz