summaryrefslogtreecommitdiff
path: root/src/include/cpu/intel/hyperthreading.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cpu/intel/hyperthreading.h')
-rw-r--r--src/include/cpu/intel/hyperthreading.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/cpu/intel/hyperthreading.h b/src/include/cpu/intel/hyperthreading.h
deleted file mode 100644
index 0613aa114f..0000000000
--- a/src/include/cpu/intel/hyperthreading.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef CPU_INTEL_HYPERTHREADING_H
-#define CPU_INTEL_HYPERTHREADING_H
-
-struct device;
-void intel_sibling_init(struct device *cpu);
-
-#endif /* CPU_INTEL_HYPERTHREADING_H */