aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lcm.h')
-rw-r--r--include/linux/lcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/lcm.h b/include/linux/lcm.h
index 7bf01d779b45..1ce79a7f1daa 100644
--- a/include/linux/lcm.h
+++ b/include/linux/lcm.h
@@ -4,5 +4,6 @@
#include <linux/compiler.h>
unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
+unsigned long lcm_not_zero(unsigned long a, unsigned long b) __attribute_const__;
#endif /* _LCM_H */