repo.or.cz
/
cris-mirror.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 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
arm
/
include
/
asm
/
clocksource.h
blob
0b350a7e26f37c1dfec80cb85610add6b9bbef99
1
#ifndef _ASM_CLOCKSOURCE_H
2
#define _ASM_CLOCKSOURCE_H
3
4
struct
arch_clocksource_data
{
5
bool
vdso_direct
;
/* Usable for direct VDSO access? */
6
};
7
8
#endif