Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libnacl / cpucycles / monotoniccpuinfo.h
blobd4ba7ea8dc1fbb81b907a8f8159f3ff6eb288eae
1 /*
2 cpucycles monotoniccpuinfo.h version 20100804
3 D. J. Bernstein
4 Public domain.
5 */
7 #ifndef CPUCYCLES_monotoniccpuinfo_h
8 #define CPUCYCLES_monotoniccpuinfo_h
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
14 extern long long cpucycles_monotoniccpuinfo(void);
15 extern long long cpucycles_monotoniccpuinfo_persecond(void);
17 #ifdef __cplusplus
19 #endif
21 #ifndef cpucycles_implementation
22 #define cpucycles_implementation "monotoniccpuinfo"
23 #define cpucycles cpucycles_monotoniccpuinfo
24 #define cpucycles_persecond cpucycles_monotoniccpuinfo_persecond
25 #endif
27 #endif