/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* bits.h: Macros for dealing with bitmasks. */ #ifndef _UAPI_LINUX_BITS_H #define _UAPI_LINUX_BITS_H #define __GENMASK(h, l) … #define __GENMASK_ULL(h, l) … #endif /* _UAPI_LINUX_BITS_H */