repo.or.cz
/
u-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git]
/
drivers
/
video
/
sandbox_osd.h
blob
15a2c91c52d4e7728f4fad8983e8819329cb73e0
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* (C) Copyright 2018
4
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
5
*/
6
7
enum
{
8
COLOR_BLACK
,
9
COLOR_WHITE
,
10
COLOR_RED
,
11
COLOR_GREEN
,
12
COLOR_BLUE
,
13
};