DIR:/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64/include/vdso/ |
Current File : //usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64/include/vdso/time.h |
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_TIME_H #define __VDSO_TIME_H #include <uapi/linux/types.h> struct timens_offset { s64 sec; u64 nsec; }; #endif /* __VDSO_TIME_H */ |