0ad/source/lib/cpu.h
janwas fd701dc5d9 more L4 warnings stomped
This was SVN commit r585.
2004-06-22 13:22:46 +00:00

19 lines
352 B
C
Executable File

#ifdef __cplusplus
extern "C" {
#endif
extern char cpu_type[];
extern double cpu_freq;
// -1 if detect not yet called, or cannot be determined
extern int cpus;
extern int cpu_speedstep;
extern int cpu_smp;
// are there actually multiple physical processors,
// not only logical hyperthreaded CPUs? relevant for wtime.
#ifdef __cplusplus
}
#endif