repo.or.cz
/
linux-2.6
/
linux-2.6-arm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: omap2: remove unnecessary boot_lock
[linux-2.6/linux-2.6-arm.git]
/
include
/
linux
/
const.h
blob
7b55a55f59112ccaec93486899f42b8619be8729
1
#ifndef _LINUX_CONST_H
2
#define _LINUX_CONST_H
3
4
#include <uapi/linux/const.h>
5
6
#define UL(x) (_UL(x))
7
#define ULL(x) (_ULL(x))
8
9
#endif
/* _LINUX_CONST_H */