#ifndef COLORIZE_H #define COLORIZE_H #define colorize_start(fore) "\033[" __##fore "m" #define colorize_start_full(fore, back) "\033[" __##fore ";" __on_##back "m" #define colorize_end() "\033[" __reset "m" #endif /* COLORIZE_H */ ef='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Makefile?h=packet-loop-back' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-15 15:43:13 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-15 15:43:13 -0700
commit2dcd0af568b0cf583645c8a317dd12e344b1c72a (patch)
treebc1426c19e5d03770b9d59dcc6fe6ac7d18ea445 /Makefile
parent5f95063c686a86e7214988e04f08b9c0003cf83f (diff)
Linux 4.6
Diffstat (limited to 'Makefile')