aboutsummaryrefslogtreecommitdiffstats
path: root/cpulist.h
blob: b78fc145ef367510f3fb68fea644dfa58f9dda53 (plain)
1
2
3
4
5
6
7
#ifndef HAVE_CPULIST_H
#define HAVE_CPULIST_H

int cpulist_find_cpus();
void cpulist_free();

#endif