11638Srgrimes/* SPDX-License-Identifier: GPL-2.0 */
21638Srgrimes#ifndef __VDSO_TIME_H
31638Srgrimes#define __VDSO_TIME_H
41638Srgrimes
51638Srgrimes#include <uapi/linux/types.h>
61638Srgrimes
71638Srgrimesstruct timens_offset {
81638Srgrimes	s64	sec;
91638Srgrimes	u64	nsec;
101638Srgrimes};
111638Srgrimes
121638Srgrimes#endif /* __VDSO_TIME_H */
131638Srgrimes