repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
delay.h
blob
36a760bda462ef859402cbfc51302bb134665d0a
1
#ifndef _ASM_X86_DELAY_H
2
#define _ASM_X86_DELAY_H
3
4
#include <asm-generic/delay.h>
5
6
void
use_tsc_delay
(
void
);
7
void
use_mwaitx_delay
(
void
);
8
9
#endif
/* _ASM_X86_DELAY_H */