9
0
Fork 0
barebox/include/linux/time.h

9 lines
112 B
C
Raw Permalink Normal View History

2002-03-08 21:31:05 +00:00
#ifndef _LINUX_TIME_H
#define _LINUX_TIME_H
#include <linux/types.h>
#define NSEC_PER_SEC 1000000000L
2002-03-08 21:31:05 +00:00
#endif