regulator: core: Add set_voltage_time op
[linux-2.6/btrfs-unstable.git] / include / linux / lcm.h
blob1ce79a7f1daa18868adfe14598c35206382f58a5
1 #ifndef _LCM_H
2 #define _LCM_H
4 #include <linux/compiler.h>
6 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
7 unsigned long lcm_not_zero(unsigned long a, unsigned long b) __attribute_const__;
9 #endif /* _LCM_H */