Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __VDSO_TIME_H
0003 #define __VDSO_TIME_H
0004 
0005 #include <uapi/linux/types.h>
0006 
0007 struct timens_offset {
0008     s64 sec;
0009     u64 nsec;
0010 };
0011 
0012 #endif /* __VDSO_TIME_H */