2 * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
5 #ifndef _ASM_SPARC_CLOCKSOURCE_H
6 #define _ASM_SPARC_CLOCKSOURCE_H
8 /* VDSO clocksources */
9 #define VCLOCK_NONE 0 /* Nothing userspace can do. */
10 #define VCLOCK_TICK 1 /* Use %tick. */
11 #define VCLOCK_STICK 2 /* Use %stick. */
13 struct arch_clocksource_data
{
17 #endif /* _ASM_SPARC_CLOCKSOURCE_H */