clocksource.h 225 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. #ifndef __ASM_VDSOCLOCKSOURCE_H
  3. #define __ASM_VDSOCLOCKSOURCE_H
  4. #define VDSO_ARCH_CLOCKMODES \
  5. VDSO_CLOCKMODE_R4K, \
  6. VDSO_CLOCKMODE_GIC
  7. #endif /* __ASM_VDSOCLOCKSOURCE_H */