summaryrefslogtreecommitdiffstats
path: root/kernel/arch/x86/include/asm/delay.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/x86/include/asm/delay.h')
-rw-r--r--kernel/arch/x86/include/asm/delay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/arch/x86/include/asm/delay.h b/kernel/arch/x86/include/asm/delay.h
index 9b3b4f275..36a760bda 100644
--- a/kernel/arch/x86/include/asm/delay.h
+++ b/kernel/arch/x86/include/asm/delay.h
@@ -4,5 +4,6 @@
#include <asm-generic/delay.h>
void use_tsc_delay(void);
+void use_mwaitx_delay(void);
#endif /* _ASM_X86_DELAY_H */