summaryrefslogtreecommitdiff
path: root/cpu_numa_info.h
blob: 1125df67bbb7491938a1b9a0d0426beacc847703 (plain)
1
2
3
4
5
6
#ifndef CPU_AND_NODE_H_
#define CPU_AND_NODE_H_

extern void get_cpu_and_node_(int& cpu, int& node);

#endif