]> Git Repo - J-u-boot.git/blame - drivers/video/sandbox_osd.h
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
[J-u-boot.git] / drivers / video / sandbox_osd.h
CommitLineData
4eea5318
MS
1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * (C) Copyright 2018
4 * Mario Six, Guntermann & Drunck GmbH, [email protected]
5 */
6
7enum {
8 COLOR_BLACK,
9 COLOR_WHITE,
10 COLOR_RED,
11 COLOR_GREEN,
12 COLOR_BLUE,
13};
This page took 0.059202 seconds and 4 git commands to generate.