]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/include/asm/delay.h
Merge branches 'intel_pstate' and 'pm-sleep'
[mirror_ubuntu-artful-kernel.git] / arch / x86 / include / asm / delay.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_DELAY_H
2#define _ASM_X86_DELAY_H
f1ea0546 3
a4e05276 4#include <asm-generic/delay.h>
f1ea0546
TG
5
6void use_tsc_delay(void);
b466bdb6 7void use_mwaitx_delay(void);
f1ea0546 8
1965aae3 9#endif /* _ASM_X86_DELAY_H */