mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 08:16:26 +00:00
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);
|