aboutsummaryrefslogtreecommitdiffstats
path: root/cpulist.h
diff options
context:
space:
mode:
authorPA4WDH2024-08-24 16:07:11 +0200
committerPA4WDH2024-08-24 16:07:11 +0200
commit66aca8aa35bc0b07c754d9ad95c808e4d91f58f1 (patch)
tree8f051b5cc7660ff596c7ef80c69a9a485016b26c /cpulist.h
parentAdd -k option to keep state on successul exit (diff)
downloadcputemp2maxfreq-66aca8aa35bc0b07c754d9ad95c808e4d91f58f1.tar.gz
cputemp2maxfreq-66aca8aa35bc0b07c754d9ad95c808e4d91f58f1.tar.bz2
cputemp2maxfreq-66aca8aa35bc0b07c754d9ad95c808e4d91f58f1.zip
Add multi-CPU support
Diffstat (limited to 'cpulist.h')
-rw-r--r--cpulist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpulist.h b/cpulist.h
new file mode 100644
index 0000000..b78fc14
--- /dev/null
+++ b/cpulist.h
@@ -0,0 +1,7 @@
+#ifndef HAVE_CPULIST_H
+#define HAVE_CPULIST_H
+
+int cpulist_find_cpus();
+void cpulist_free();
+
+#endif