mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
8 lines
154 B
C
8 lines
154 B
C
#ifndef _LCM_H
|
|
#define _LCM_H
|
|
|
|
#include <linux/compiler.h>
|
|
|
|
unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
|
|
|
#endif /* _LCM_H */
|