From 66aca8aa35bc0b07c754d9ad95c808e4d91f58f1 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sat, 24 Aug 2024 16:07:11 +0200 Subject: Add multi-CPU support --- cpulist.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cpulist.h (limited to 'cpulist.h') 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 -- cgit v1.2.3