License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / include / linux / gcd.h
blobcb572677fd7fb23b07b38495c49bdb09915d7777
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _GCD_H
3 #define _GCD_H
5 #include <linux/compiler.h>
7 unsigned long gcd(unsigned long a, unsigned long b) __attribute_const__;
9 #endif /* _GCD_H */