Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b6dd8e0719c0d2d01429639a11b7bc2677de240c
/
.
/
arch
/
x86
/
include
/
asm
/
delay.h
blob: 36a760bda462ef859402cbfc51302bb134665d0a [
file
] [
log
] [
blame
]
#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 */