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

                        
 
                              

                         
                            
 
                             
#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 */