xref: /kernel/linux/linux-5.10/arch/sparc/include/asm/clocksource.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/sparc/include/asm/
18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
38c2ecf20Sopenharmony_ci */
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#ifndef _ASM_SPARC_CLOCKSOURCE_H
68c2ecf20Sopenharmony_ci#define _ASM_SPARC_CLOCKSOURCE_H
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci/* VDSO clocksources */
98c2ecf20Sopenharmony_ci#define VCLOCK_NONE   0  /* Nothing userspace can do. */
108c2ecf20Sopenharmony_ci#define VCLOCK_TICK   1  /* Use %tick.  */
118c2ecf20Sopenharmony_ci#define VCLOCK_STICK  2  /* Use %stick. */
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cistruct arch_clocksource_data {
148c2ecf20Sopenharmony_ci	int vclock_mode;
158c2ecf20Sopenharmony_ci};
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif /* _ASM_SPARC_CLOCKSOURCE_H */
18

Indexes created Thu Nov 07 10:32:03 CST 2024