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