Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
github.com
/
raspberrypi
/
raspberrypi-kernel
/
2dd8a62c647691161a2346546834262597739872
/
.
/
include
/
linux
/
const.h
blob: 7b55a55f59112ccaec93486899f42b8619be8729 [
file
] [
log
] [
blame
]
Masahiro Yamada
2dd8a62
2018-04-10 16:36:19 -0700
[
diff
] [
blame^
]
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 */