1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright IBM Corp. 2004
8 #ifndef _S390_CPUTIME_H
9 #define _S390_CPUTIME_H
11 #include <linux/types.h>
12 #include <asm/timex.h>
15 * Convert cputime to nanoseconds.
17 #define cputime_to_nsecs(cputime) tod_to_ns(cputime)
19 void account_idle_time_irq(void);
21 #endif /* _S390_CPUTIME_H */