sparc32psrinfo.h | sparc32cpuinfo.h | |||
---|---|---|---|---|
/* | /* | |||
cpucycles sparc32psrinfo.h version 20060319 | cpucycles sparc32cpuinfo.h version 20100804 | |||
D. J. Bernstein | D. J. Bernstein | |||
Public domain. | Public domain. | |||
*/ | */ | |||
#ifndef CPUCYCLES_sparc32psrinfo_h | #ifndef CPUCYCLES_sparc32cpuinfo_h | |||
#define CPUCYCLES_sparc32psrinfo_h | #define CPUCYCLES_sparc32cpuinfo_h | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
extern long long cpucycles_sparc32psrinfo(void); | extern long long cpucycles_sparc32cpuinfo(void); | |||
extern long long cpucycles_sparc32psrinfo_persecond(void); | extern long long cpucycles_sparc32cpuinfo_persecond(void); | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#ifndef cpucycles_implementation | #ifndef cpucycles_implementation | |||
#define cpucycles_implementation "sparc32psrinfo" | #define cpucycles_implementation "sparc32cpuinfo" | |||
#define cpucycles cpucycles_sparc32psrinfo | #define cpucycles cpucycles_sparc32cpuinfo | |||
#define cpucycles_persecond cpucycles_sparc32psrinfo_persecond | #define cpucycles_persecond cpucycles_sparc32cpuinfo_persecond | |||
#endif | #endif | |||
#endif | #endif | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 8 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |