Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mcgrof
/
linker-tables
/
refs/heads/20160603-dev-v3
/
.
/
include
/
linux
/
bitops.h
blob: 2960e8089ebc80d28b695e3e2766f2390ec5884c [
file
]
#ifndef
_LINUX_BITOPS_H
#define
_LINUX_BITOPS_H
#define
BIT
(
nr
)
(
1UL
<<
(
nr
))
#endif
/* _LINUX_BITOPS_H */