xref: /kernel/linux/linux-6.6/include/vdso/time32.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/vdso/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __VDSO_TIME32_H
362306a36Sopenharmony_ci#define __VDSO_TIME32_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_citypedef s32		old_time32_t;
662306a36Sopenharmony_ci
762306a36Sopenharmony_cistruct old_timespec32 {
862306a36Sopenharmony_ci	old_time32_t	tv_sec;
962306a36Sopenharmony_ci	s32		tv_nsec;
1062306a36Sopenharmony_ci};
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_cistruct old_timeval32 {
1362306a36Sopenharmony_ci	old_time32_t	tv_sec;
1462306a36Sopenharmony_ci	s32		tv_usec;
1562306a36Sopenharmony_ci};
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#endif /* __VDSO_TIME32_H */
18

Indexes created Thu Nov 07 10:32:03 CST 2024