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