Sign in
coral
/
linux-mtk
/
f05912493278dbabab8ebcc43510867e59a72a50
/
.
/
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 */