X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ce55f5a29152d7d71c7848c5d94e2eeab397aed4..9e28ee9f14e844ab073edca54404eda3cd5d2369:/armsrc/util.h diff --git a/armsrc/util.h b/armsrc/util.h index 135468ae..e8b9cdff 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -47,4 +47,7 @@ void StartCountUS(); uint32_t RAMFUNC GetCountUS(); uint32_t RAMFUNC GetDeltaCountUS(); +void StartCountSspClk(); +uint32_t RAMFUNC GetCountSspClk(); + #endif