1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __VDSO_TIME32_H 2 #ifndef __VDSO_TIME32_H 3 #define __VDSO_TIME32_H 3 #define __VDSO_TIME32_H 4 4 5 typedef s32 old_time32_t; 5 typedef s32 old_time32_t; 6 6 7 struct old_timespec32 { 7 struct old_timespec32 { 8 old_time32_t tv_sec; 8 old_time32_t tv_sec; 9 s32 tv_nsec; 9 s32 tv_nsec; 10 }; 10 }; 11 11 12 struct old_timeval32 { 12 struct old_timeval32 { 13 old_time32_t tv_sec; 13 old_time32_t tv_sec; 14 s32 tv_usec; 14 s32 tv_usec; 15 }; 15 }; 16 16 17 #endif /* __VDSO_TIME32_H */ 17 #endif /* __VDSO_TIME32_H */ 18 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.