data.h 271 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __S390_ASM_VDSO_DATA_H
  3. #define __S390_ASM_VDSO_DATA_H
  4. #include <linux/types.h>
  5. #include <vdso/datapage.h>
  6. struct arch_vdso_data {
  7. __s64 tod_steering_delta;
  8. __u64 tod_steering_end;
  9. };
  10. #endif /* __S390_ASM_VDSO_DATA_H */