projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix offline column in help dump
[proxmark3-svn]
/
armsrc
/
util.h
diff --git
a/armsrc/util.h
b/armsrc/util.h
index ac141065f2782649dd49421dbc76037e3c067b38..e8b9cdffbc8dd2ebf3a537ae9592a9207fba8ae0 100644
(file)
--- a/
armsrc/util.h
+++ b/
armsrc/util.h
@@
-13,8
+13,8
@@
#include <stddef.h>
#include <stdint.h>
#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
#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();
uint32_t RAMFUNC GetCountUS();
uint32_t RAMFUNC GetDeltaCountUS();
+void StartCountSspClk();
+uint32_t RAMFUNC GetCountSspClk();
+
#endif
#endif
Impressum
,
Datenschutz