summaryrefslogtreecommitdiff
path: root/colorize.h
blob: 928deb2c9fe1b4feab254ca02e95e2837c6cda48 (plain)
1
2
3
4
5
6
7
8
#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 */
ry='commit info' class='commit-info'> authorMatthias Beyer <mail@beyermatthias.de>2016-06-30 18:38:49 +0200 committerAlex Deucher <alexander.deucher@amd.com>2016-07-15 11:45:15 -0400 commit037d6dfa1e73fd52d9c9fd3a4599c2013264ac3b (patch) treeff0f21c5e26fc291bca4bdda390e86fe6657b442 parent7129d3ae9dcffd7ad849b533b4a863a7f13cbb1b (diff)
drivers: gpu: drm: amd: powerplay: hwmgr: Remove unused variable
Reviewed-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat