repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
tools
/
include
/
vdso
/
bits.h
blob
6d005a1f5d9425d5a2cf2199271f55bb32bcc87c
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __VDSO_BITS_H
3
#define __VDSO_BITS_H
4
5
#include <vdso/const.h>
6
7
#define BIT(nr) (UL(1) << (nr))
8
9
#endif
/* __VDSO_BITS_H */