Sign in
cos
/
third_party
/
kernel
/
5e4417f921238b5acf101bfcd59a7b3463fb2dbd
/
.
/
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 */