gpio: add missing static inline
[linux-2.6/btrfs-unstable.git] / include / asm-generic / param.h
blob04e715bcccebdd5f6140973c8bcdfab81d1ea68e
1 #ifndef __ASM_GENERIC_PARAM_H
2 #define __ASM_GENERIC_PARAM_H
4 #include <uapi/asm-generic/param.h>
6 # undef HZ
7 # define HZ CONFIG_HZ /* Internal kernel timer frequency */
8 # define USER_HZ 100 /* some user interfaces are */
9 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */
10 #endif /* __ASM_GENERIC_PARAM_H */