summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-03-13 16:18:34 +0100
committerPhilippe Mathieu-Daudé2021-03-15 00:39:30 +0100
commit956eb2043a9367296af7bd9b725f1971af48efa9 (patch)
tree83c3a9db08b865e5cf05347e57c26f82644cac2b /include
parentMerge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re... (diff)
downloadqemu-956eb2043a9367296af7bd9b725f1971af48efa9.tar.gz
qemu-956eb2043a9367296af7bd9b725f1971af48efa9.tar.xz
qemu-956eb2043a9367296af7bd9b725f1971af48efa9.zip
hw/misc/led: Add yellow LED
Add the yellow "lime" LED. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Michael Rolnik <mrolnik@gmail.com> Message-Id: <20210313165445.2113938-2-f4bug@amsat.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/misc/led.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/led.h b/include/hw/misc/led.h
index aa359b87c2..29c0879570 100644
--- a/include/hw/misc/led.h
+++ b/include/hw/misc/led.h
@@ -27,6 +27,7 @@ typedef enum { /* Coarse wavelength range */
LED_COLOR_BLUE, /* 475 nm */
LED_COLOR_CYAN, /* 500 nm */
LED_COLOR_GREEN, /* 535 nm */
+ LED_COLOR_YELLOW, /* 567 nm */
LED_COLOR_AMBER, /* 590 nm */
LED_COLOR_ORANGE, /* 615 nm */
LED_COLOR_RED, /* 630 nm */