summaryrefslogtreecommitdiff
path: root/cpu_numa_info.h
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2017-01-09 12:53:15 +0100
committerAndreas Tille <tille@debian.org>2017-01-09 12:53:15 +0100
commit7b7c16b4fb27697c91f6a582084e35d35b71799f (patch)
tree02e786898de30ff307df505f0646a1eb12fec6f4 /cpu_numa_info.h
parentcce9c2f9961d60ca0e6a4ec949c380541d28f1ef (diff)
New upstream version 2.3.0
Diffstat (limited to 'cpu_numa_info.h')
-rw-r--r--cpu_numa_info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpu_numa_info.h b/cpu_numa_info.h
new file mode 100644
index 0000000..1125df6
--- /dev/null
+++ b/cpu_numa_info.h
@@ -0,0 +1,6 @@
+#ifndef CPU_AND_NODE_H_
+#define CPU_AND_NODE_H_
+
+extern void get_cpu_and_node_(int& cpu, int& node);
+
+#endif