summaryrefslogtreecommitdiffstats
path: root/include/linux/time.h
blob: 3942e82e101c6ee27be027eab29495e6257b1e16 (plain)
1
2
3
4
5
6
7
8
#ifndef _LINUX_TIME_H
#define _LINUX_TIME_H

#include <linux/types.h>

#define NSEC_PER_SEC	1000000000L

#endif