summaryrefslogtreecommitdiff
path: root/colors.h
blob: ee4cd12fa37a295d3da25aa48b72e2aa467ccd58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef COLORS_H
#define COLORS_H

#define __reset                 "0"

#define __bold                  "1"

#define __black                 "30"
#define __red                   "31"
#define __green                 "32"
#define __yellow                "33"
#define __blue                  "34"
#define __magenta               "35"
#define __cyan                  "36"
#define __white                 "37"

#define __on_black              "40"
#define __on_red                "41"
#define __on_green              "42"
#define __on_yellow             "43"
#define __on_blue               "44"
#define __on_magenta            "45"
#define __on_cyan               "46"
#define __on_white              "47"

#endif /* COLORS_H */
>
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-26 14:58:46 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-26 14:58:46 -0700
commit431adc0aeca68d257bd705db50f73e4c19e5690d (patch)
tree194bd39267943e99474a0d80686303ae9a1c406c /Documentation/hwmon/tmp401
parentbf16200689118d19de1b8d2a3c314fc21f5dc7bb (diff)
parent8e6cb470bac6b1e7afa4642a40a71f9bcd066242 (diff)
Merge tag 'iio-fixes-for-4.6c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
Jonathan writes: 3rd set of IIO fixes for the 4.6 cycle. * ak8975 - fix a null pointer exception if an interrupt occurs during probe. - fix a maybe-unitialized warning. * at91-sama5d2 - fix a crash on removal of the module.
Diffstat (limited to 'Documentation/hwmon/tmp401')