linux/include/vdso/time64.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __VDSO_TIME64_H
#define __VDSO_TIME64_H

/* Parameters used to convert the timespec values: */
#define MSEC_PER_SEC
#define USEC_PER_MSEC
#define NSEC_PER_USEC
#define NSEC_PER_MSEC
#define USEC_PER_SEC
#define NSEC_PER_SEC
#define PSEC_PER_SEC
#define FSEC_PER_SEC

#endif /* __VDSO_TIME64_H */