summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-09-16 18:24:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-09-16 18:24:29 +0200
commit0e6fe4f1cabbcfc85e790552ae02ab78a7c1be2d (patch)
treecbbcc48b10d5edcf7ade1a516cab5fe0f74272fe /src/system.h
parent44353ca8aeaff369669f5108a6cadda895842673 (diff)
downloadbiruda-0e6fe4f1cabbcfc85e790552ae02ab78a7c1be2d.tar.gz
biruda-0e6fe4f1cabbcfc85e790552ae02ab78a7c1be2d.tar.bz2
added detection of cpus
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
new file mode 100644
index 0000000..a0cd43d
--- /dev/null
+++ b/src/system.h
@@ -0,0 +1,6 @@
+#ifndef _BIRUDA_SYSTEM_HEADER_INCLUDED
+#define _BIRUDA_SYSTEM_HEADER_INCLUDED
+
+unsigned int available_cpus( void );
+
+#endif