blob: c3909e7ff178b9934a9c37ff8450643c96a64e31 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _H8300_PARAM_H
2#define _H8300_PARAM_H
3
David Howells1ec94e72012-12-19 16:07:13 +00004#include <uapi/asm/param.h>
5
Mike Frysingerb7cffc12008-05-14 16:05:42 -07006#define HZ CONFIG_HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#define USER_HZ HZ
8#define CLOCKS_PER_SEC (USER_HZ)
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#endif /* _H8300_PARAM_H */