barebox/include/linux/time.h
Antony Pavlov e172909335 clocksource: move the NSEC_PER_SEC constant to common header
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-06-29 10:19:58 +02:00

9 lines
112 B
C

#ifndef _LINUX_TIME_H
#define _LINUX_TIME_H
#include <linux/types.h>
#define NSEC_PER_SEC 1000000000L
#endif