1 // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 3 * LoongArch userspace implementations of gett 4 * 5 * Copyright (C) 2020-2022 Loongson Technology 6 */ 7 #include <linux/types.h> 8 #include <vdso/gettime.h> 9 10 int __vdso_clock_gettime(clockid_t clock, stru 11 { 12 return __cvdso_clock_gettime(clock, ts 13 } 14 15 int __vdso_gettimeofday(struct __kernel_old_ti 16 { 17 return __cvdso_gettimeofday(tv, tz); 18 } 19 20 int __vdso_clock_getres(clockid_t clock_id, st 21 { 22 return __cvdso_clock_getres(clock_id, 23 } 24
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.