Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libnacl / cpucycles / amd64cpuspeed.h
blob1f6ed54db84f4b7878c934db7df31141195caad3
1 /*
2 cpucycles amd64cpuspeed.h version 20090716
3 Matthew Dempsky
4 Public domain.
5 */
7 #ifndef CPUCYCLES_amd64cpuspeed_h
8 #define CPUCYCLES_amd64cpuspeed_h
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
14 extern long long cpucycles_amd64cpuspeed(void);
15 extern long long cpucycles_amd64cpuspeed_persecond(void);
17 #ifdef __cplusplus
19 #endif
21 #ifndef cpucycles_implementation
22 #define cpucycles_implementation "amd64cpuspeed"
23 #define cpucycles cpucycles_amd64cpuspeed
24 #define cpucycles_persecond cpucycles_amd64cpuspeed_persecond
25 #endif
27 #endif