aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorJiri Slaby <[email protected]>2022-06-07 12:49:20 +0200
committerGreg Kroah-Hartman <[email protected]>2022-06-10 13:37:01 +0200
commit9254365443f72838a276bb2d9a9935c802e3adc8 (patch)
tree8b670d1ed8c0567f985d62c39ee078e10cd0204c /include/linux/timerqueue.h
parentad8a2142ba57212b73e614d5d86160a9c0ff8617 (diff)
tty/vt: consolemap: introduce UNI_*() macros
The code currently does shift, OR, and AND logic directly in the code. It is not much obvious what happens there. Therefore define four macros for that purpose and use them in the code. We use GENMASK() so that it is clear which bits serve what purpose: - UNI_GLYPH: bits 0.. 5 - UNI_ROW: bits 6..10 - UNI_DIR: bits 11..31 Signed-off-by: Jiri Slaby <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions