summaryrefslogblamecommitdiffstats
path: root/arch/x86/include/asm/delay.h
blob: de9e7841f953c8910c94a4d08be74f018b646b06 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      

                        
 
                              

                         
                            
 
                             
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_DELAY_H
#define _ASM_X86_DELAY_H

#include <asm-generic/delay.h>

void use_tsc_delay(void);
void use_mwaitx_delay(void);

#endif /* _ASM_X86_DELAY_H */