blob: 13cd580d406d2f91f7522eb250245a8011067268 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __ASM_VDSOCLOCKSOURCE_H
#define __ASM_VDSOCLOCKSOURCE_H
#define VDSO_ARCH_CLOCKMODES \
VDSO_CLOCKMODE_CPU
#endif /* __ASM_VDSOCLOCKSOURCE_H */
|