1 #ifndef __ASM_AVR32_PARAM_H
2 #define __ASM_AVR32_PARAM_H
6 # define USER_HZ 100 /* User interfaces are in "ticks" */
7 # define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
14 /* TODO: Should be configurable */
15 #define EXEC_PAGESIZE 4096
21 #define MAXHOSTNAMELEN 64
23 #endif /* __ASM_AVR32_PARAM_H */