Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.10 9 lines 179 B view raw
1#ifndef _H8300_PARAM_H 2#define _H8300_PARAM_H 3 4#include <uapi/asm/param.h> 5 6#define HZ CONFIG_HZ 7#define USER_HZ HZ 8#define CLOCKS_PER_SEC (USER_HZ) 9#endif /* _H8300_PARAM_H */