diff options
Diffstat (limited to 'arch/h8300/include/asm/param.h')
| -rw-r--r-- | arch/h8300/include/asm/param.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/param.h b/arch/h8300/include/asm/param.h new file mode 100644 index 00000000..c3909e7f --- /dev/null +++ b/arch/h8300/include/asm/param.h @@ -0,0 +1,9 @@ +#ifndef _H8300_PARAM_H +#define _H8300_PARAM_H + +#include <uapi/asm/param.h> + +#define HZ CONFIG_HZ +#define USER_HZ HZ +#define CLOCKS_PER_SEC (USER_HZ) +#endif /* _H8300_PARAM_H */ |
