const.h 196 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __VDSO_CONST_H
  3. #define __VDSO_CONST_H
  4. #include <uapi/linux/const.h>
  5. #define UL(x) (_UL(x))
  6. #define ULL(x) (_ULL(x))
  7. #endif /* __VDSO_CONST_H */