console: move for_each_console to linux/console.h
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / tools / perf / util / cpumap.h
blob3e60f56e490eb10f8cf08981e703bf5699d6b20c
1 #ifndef __PERF_CPUMAP_H
2 #define __PERF_CPUMAP_H
4 extern int read_cpu_map(const char *cpu_list);
5 extern int cpumap[];
7 #endif /* __PERF_CPUMAP_H */