time.h 190 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __VDSO_TIME_H
  3. #define __VDSO_TIME_H
  4. #include <uapi/linux/types.h>
  5. struct timens_offset {
  6. s64 sec;
  7. u64 nsec;
  8. };
  9. #endif /* __VDSO_TIME_H */