Merge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-stable.git] / include / vdso / time32.h
blobfdf56f932f6713d46e16ba7eaf59429f14f25d62
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __VDSO_TIME32_H
3 #define __VDSO_TIME32_H
5 typedef s32 old_time32_t;
7 struct old_timespec32 {
8 old_time32_t tv_sec;
9 s32 tv_nsec;
12 struct old_timeval32 {
13 old_time32_t tv_sec;
14 s32 tv_usec;
17 #endif /* __VDSO_TIME32_H */