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