source: GPL/trunk/include/linux/gcd.h@ 598

Last change on this file since 598 was 598, checked in by David Azarewicz, 8 years ago

Merged/reintegrated v2 branch into trunk. Trunk is now v2

File size: 125 bytes
Line 
1#ifndef _LINUX_GCD_H
2#define _LINUX_GCD_H
3unsigned long gcd(unsigned long a, unsigned long b);
4#endif /* _LINUX_GCD_H */
Note: See TracBrowser for help on using the repository browser.