forked from KolibriOS/kolibrios
ddk: update
git-svn-id: svn://kolibrios.org@6102 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
8
drivers/include/linux/gcd.h
Normal file
8
drivers/include/linux/gcd.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _GCD_H
|
||||
#define _GCD_H
|
||||
|
||||
#include <linux/compiler.h>
|
||||
|
||||
unsigned long gcd(unsigned long a, unsigned long b) __attribute_const__;
|
||||
|
||||
#endif /* _GCD_H */
|
Reference in New Issue
Block a user