aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lcm.h
blob: 8b6ecf3fcb07462090acafb322b7623a1e4bd171 (plain)
1
2
3
4
5
6
7
8
#ifndef _LCM_H
#define _LCM_H

#include <linux/compiler.h>

unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;

#endif