Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __VDSO_TIME32_H
0003 #define __VDSO_TIME32_H
0004 
0005 typedef s32     old_time32_t;
0006 
0007 struct old_timespec32 {
0008     old_time32_t    tv_sec;
0009     s32     tv_nsec;
0010 };
0011 
0012 struct old_timeval32 {
0013     old_time32_t    tv_sec;
0014     s32     tv_usec;
0015 };
0016 
0017 #endif /* __VDSO_TIME32_H */