00001 00013 #ifndef OP_CPUFREQ_H 00014 #define OP_CPUFREQ_H 00015 00016 #if defined(__cplusplus) 00017 extern "C" { 00018 #endif 00019 00020 /* 00021 * return the estimated cpu frequency in Mhz, 00022 * return 0 if this information 00023 * is not avalaible e.g. sparc64 with a non SMP kernel 00024 */ 00025 double op_cpu_frequency(void); 00026 00027 #if defined(__cplusplus) 00028 } 00029 #endif 00030 00031 #endif /* !OP_CPUFREQ_H */