| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | 
|---|---|
| 2 | #ifndef _ASM_X86_DELAY_H | 
| 3 | #define _ASM_X86_DELAY_H | 
| 4 | |
| 5 | #include <asm-generic/delay.h> | 
| 6 | #include <linux/init.h> | 
| 7 | |
| 8 | void __init use_tsc_delay(void); | 
| 9 | void __init use_tpause_delay(void); | 
| 10 | void use_mwaitx_delay(void); | 
| 11 | |
| 12 | #endif /* _ASM_X86_DELAY_H */ | 
| 13 | 
