forked from mirrors/0ad
b776e58c67
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.
5 lines
159 B
C
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);
|