TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
98854e9675dc7d951fa9c4e10d9c9d230c54bde6
/
.
/
arch
/
arm
/
include
/
asm
/
clocksource.h
blob: 0b350a7e26f37c1dfec80cb85610add6b9bbef99 [
file
] [
log
] [
blame
]
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
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