repo.or.cz
/
zen-stable.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 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
x86
/
include
/
asm
/
delay.h
blob
9b3b4f2754c71fa4b7ca1115bd20e4744016cce9
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
8
#endif
/* _ASM_X86_DELAY_H */