8 lines
172 B
C
8 lines
172 B
C
|
#ifndef CPU_INTEL_HYPERTHREADING_H
|
||
|
#define CPU_INTEL_HYPERTHREADING_H
|
||
|
|
||
|
struct device;
|
||
|
void intel_sibling_init(struct device *cpu);
|
||
|
|
||
|
#endif /* CPU_INTEL_HYPERTHREADING_H */
|