Sign in
coral
/
linux-imx
/
refs/heads/release-beaker
/
.
/
arch
/
x86
/
include
/
asm
/
delay.h
blob: 36a760bda462ef859402cbfc51302bb134665d0a [
file
] [
log
] [
blame
] [
edit
]
#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 */