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