#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 */ 'header'> cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/interrupt-controller
diff options
context:
space:
mode:
authorKevin Peng <kkpengboy@gmail.com>2016-12-04 02:58:02 -0800
committerJonathan Corbet <corbet@lwn.net>2016-12-05 14:18:48 -0700
commit20b786eb2598ac10c9743535b65611ce808c8d71 (patch)
tree6090ff733fd6d36b527b393438b41c11fb824457 /Documentation/devicetree/bindings/interrupt-controller
parentaad800403a8761073511abb93075738302983956 (diff)
Docs: change sh -> awk in REPORTING-BUGS
scripts/ver_linux has been rewritten as an awk script; update documentation to reflect this fact. Signed-off-by: Kevin Peng <kkpengboy@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')