2004-10-14 22:13:01 +02:00
|
|
|
#ifndef CPU_INTEL_HYPERTHREADING_H
|
|
|
|
#define CPU_INTEL_HYPERTHREADING_H
|
|
|
|
|
|
|
|
struct device;
|
|
|
|
void intel_sibling_init(struct device *cpu);
|
2012-06-27 15:14:49 +02:00
|
|
|
int intel_ht_sibling(void);
|
2004-10-14 22:13:01 +02:00
|
|
|
|
|
|
|
#endif /* CPU_INTEL_HYPERTHREADING_H */
|