blob: 15a2c91c52d4e7728f4fad8983e8819329cb73e0 [file] [log] [blame]
Mario Six4eea5312018-09-27 09:19:31 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * (C) Copyright 2018
4 * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
5 */
6
7enum {
8 COLOR_BLACK,
9 COLOR_WHITE,
10 COLOR_RED,
11 COLOR_GREEN,
12 COLOR_BLUE,
13};