coreboot-kgpe-d16/src/include/cpu/intel/hyperthreading.h

8 lines
172 B
C
Raw Normal View History

#ifndef CPU_INTEL_HYPERTHREADING_H
#define CPU_INTEL_HYPERTHREADING_H
struct device;
void intel_sibling_init(struct device *cpu);
#endif /* CPU_INTEL_HYPERTHREADING_H */