Merge tag 'v3.7-rc3' into for-linus to sync up with recent USB changes
[sfrench/cifs-2.6.git] / arch / avr32 / include / asm / param.h
1 #ifndef __ASM_AVR32_PARAM_H
2 #define __ASM_AVR32_PARAM_H
3
4 #include <uapi/asm/param.h>
5
6 # 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 */
9 #endif /* __ASM_AVR32_PARAM_H */