kolibrios/drivers/include/linux/gcd.h
Sergey Semyonov (Serge) cf125b5b49 ddk: update
git-svn-id: svn://kolibrios.org@6102 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-27 05:30:28 +00:00

9 lines
154 B
C

#ifndef _GCD_H
#define _GCD_H
#include <linux/compiler.h>
unsigned long gcd(unsigned long a, unsigned long b) __attribute_const__;
#endif /* _GCD_H */