blob: 009a167aea1f5c2ae0f666aec96775637ae7ca2e [file] [log] [blame]
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07001#ifndef __ASM_AVR32_PARAM_H
2#define __ASM_AVR32_PARAM_H
3
David Howells83b9d3a2012-10-10 12:09:31 +01004#include <uapi/asm/param.h>
5
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07006# define HZ CONFIG_HZ
7# define USER_HZ 100 /* User interfaces are in "ticks" */
8# define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07009#endif /* __ASM_AVR32_PARAM_H */