summaryrefslogtreecommitdiff
path: root/include/linux/lcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lcm.h')
-rw-r--r--include/linux/lcm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/lcm.h b/include/linux/lcm.h
index 7bf01d779b45..0db3efd56efb 100644
--- a/include/linux/lcm.h
+++ b/include/linux/lcm.h
@@ -1,8 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LCM_H
#define _LCM_H
#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 */