mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
14 lines
206 B
C
14 lines
206 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* (C) Copyright 2018
|
||
|
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
||
|
*/
|
||
|
|
||
|
enum {
|
||
|
COLOR_BLACK,
|
||
|
COLOR_WHITE,
|
||
|
COLOR_RED,
|
||
|
COLOR_GREEN,
|
||
|
COLOR_BLUE,
|
||
|
};
|