Sign in
gbmc
/
linux
/
refs/heads/dev-6.18
/
.
/
arch
/
s390
/
include
/
asm
/
vdso
/
time_data.h
blob: 25c4e0d9f596d1a0aa0a67cd58f3230667ad640a [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__S390_ASM_VDSO_TIME_DATA_H
#define
__S390_ASM_VDSO_TIME_DATA_H
#include
<linux/types.h>
struct
arch_vdso_time_data
{
__s64 tod_delta
;
};
#endif
/* __S390_ASM_VDSO_TIME_DATA_H */