Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gcd.c File Reference
#include <linux/kernel.h>
#include <linux/gcd.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

unsigned long gcd (unsigned long a, unsigned long b)
 
 EXPORT_SYMBOL_GPL (gcd)
 

Function Documentation

EXPORT_SYMBOL_GPL ( gcd  )
unsigned long gcd ( unsigned long  a,
unsigned long  b 
)

Definition at line 6 of file gcd.c.