repo.or.cz
/
linux-2.6
/
libata-dev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cgroup, cpuset: remove cgroup_subsys->post_clone()
[linux-2.6/libata-dev.git]
/
include
/
linux
/
lcm.h
blob
7bf01d779b4532a5a8d168d0ff91fd08d5228e02
1
#ifndef _LCM_H
2
#define _LCM_H
3
4
#include <linux/compiler.h>
5
6
unsigned long
lcm
(
unsigned long
a
,
unsigned long
b
)
__attribute_const__
;
7
8
#endif
/* _LCM_H */