X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a5eb7820a59f534546dbc237c589b0141db581b1..c48c4d7856cc61694b9bb1a4d9a33f693cb4fbe2:/client/util.h diff --git a/client/util.h b/client/util.h index 27f9348e..55cc3877 100644 --- a/client/util.h +++ b/client/util.h @@ -87,5 +87,6 @@ extern void msleep(uint32_t n); // sleep n milliseconds #endif // _WIN32 extern uint64_t msclock(); // a milliseconds clock +extern int num_CPUs(void); // number of logical CPUs #endif // UTIL_H__