Files
0ad/source/lib/sysdep/linux/lcpu.h
T
janwas b776e58c67 use (newly added) cpu_PageSize instead of sysconf (avoids a critical order dependency on windows)
refactored sysdep code:
- avoid many #if OS_xxx.
- remove bsd.cpp, merge its contents with osx
- move linux-specific parts of unix/ into linux/

This was SVN commit r5363.
2007-09-23 08:05:38 +00:00

5 lines
159 B
C

#include "lib/sysdep/cpu.h"
extern size_t lcpu_MemorySize(CpuMemoryIndicators mem_type);
extern LibError lcpu_CallByEachCPU(CpuCallback cb, void* param);