Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
github.com
/
raspberrypi
/
raspberrypi-kernel
/
d2912cb15bdda8ba4a5dd73396ad62641af2f520
/
.
/
include
/
linux
/
const.h
blob: 7b55a55f59112ccaec93486899f42b8619be8729 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_CONST_H
#define
_LINUX_CONST_H
#include
<uapi/linux/const.h>
#define
UL
(
x
)
(
_UL
(
x
))
#define
ULL
(
x
)
(
_ULL
(
x
))
#endif
/* _LINUX_CONST_H */