#ifndef KERNEL_TIMECONST_H
#define KERNEL_TIMECONST_H
#include <linux/param.h>
#include <linux/types.h>
#if HZ != 250
#error "include/generated/timeconst.h has the wrong HZ value!"
#endif
#define HZ_TO_MSEC_MUL32 …
#define HZ_TO_MSEC_ADJ32 …
#define HZ_TO_MSEC_SHR32 …
#define MSEC_TO_HZ_MUL32 …
#define MSEC_TO_HZ_ADJ32 …
#define MSEC_TO_HZ_SHR32 …
#define HZ_TO_MSEC_NUM …
#define HZ_TO_MSEC_DEN …
#define MSEC_TO_HZ_NUM …
#define MSEC_TO_HZ_DEN …
#define HZ_TO_USEC_MUL32 …
#define HZ_TO_USEC_ADJ32 …
#define HZ_TO_USEC_SHR32 …
#define USEC_TO_HZ_MUL32 …
#define USEC_TO_HZ_ADJ32 …
#define USEC_TO_HZ_SHR32 …
#define HZ_TO_USEC_NUM …
#define HZ_TO_USEC_DEN …
#define USEC_TO_HZ_NUM …
#define USEC_TO_HZ_DEN …
#define HZ_TO_NSEC_NUM …
#define HZ_TO_NSEC_DEN …
#define NSEC_TO_HZ_NUM …
#define NSEC_TO_HZ_DEN …
#endif