blob: a690e15e678b9f80a567d5c0fc9f570f5d54109c [file] [log] [blame]
kthacker6de67752006-04-17 15:02:26 +00001#ifndef __CLOCK_CONF_H__
2#define __CLOCK_CONF_H__
3
4typedef unsigned short clock_time_t;
5
6#define CLOCK_CONF_SECOND CLK_TCK
7
8#endif /* __CLOCK_CONF_H__ */