summaryrefslogtreecommitdiffstats
path: root/src/include/cpu/intel/hyperthreading.h
blob: 0a1461ceb5925878ee537e35b1c34b0dfaf6bd77 (plain)
1
2
3
4
5
6
7
#ifndef CPU_INTEL_HYPERTHREADING_H
#define CPU_INTEL_HYPERTHREADING_H

struct device;
void intel_sibling_init(struct device *cpu);

#endif /* CPU_INTEL_HYPERTHREADING_H */