summaryrefslogtreecommitdiff
path: root/include/linux/lcm.h
blob: 0db3efd56efbbe478dff8d81b18ce655fb3a250a (plain)
1
2
3
4
5
6
7
8
9
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 */
0200'>2009-06-09kbuild: fix "Argument list too long" error for "make headers_check",Sergei Poselenov 2009-04-11kbuild: introduce destination-y for exported headersSam Ravnborg 2008-07-25kbuild: install all headers when arch is changedSam Ravnborg 2008-07-25kbuild: optimize headers_* targetsSam Ravnborg 2008-07-25kbuild: only one call for include/ in make headers_*Sam Ravnborg 2008-07-25kbuild: code refactoring in Makefile.headerinstSam Ravnborg 2008-07-25kbuild: drop support of ALTARCH for headers_*Sam Ravnborg 2008-07-25kbuild: always unifdef files in headers_install*Sam Ravnborg