Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
05084047e524051c0ea37f6b3183017d783e6e20
/
.
/
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 */