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