Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
20cf7e3ce3083593e163849ae6ba95525f2366ca
/
.
/
arch
/
arm64
/
include
/
asm
/
clocksource.h
blob: 0b350a7e26f37c1dfec80cb85610add6b9bbef99 [
file
] [
log
] [
blame
]
Scott Wood
1d8f51d
2016-09-22 03:35:18 -0500
[
diff
] [
blame
]
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