Sign in
cos
/
third_party
/
kernel
/
4e1599789c3a2e4f181c99748e4499442fbc3f86
/
.
/
include
/
linux
/
const.h
blob: 7b55a55f59112ccaec93486899f42b8619be8729 [
file
]
#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 */