xref: /openbmc/u-boot/drivers/board/sandbox.h (revision 592cd5de)
1*e6fd0181SMario Six /* SPDX-License-Identifier: GPL-2.0+ */
2*e6fd0181SMario Six /*
3*e6fd0181SMario Six  * (C) Copyright 2018
4*e6fd0181SMario Six  * Mario Six,  Guntermann & Drunck GmbH, mario.six@gdsys.cc
5*e6fd0181SMario Six  */
6*e6fd0181SMario Six 
7*e6fd0181SMario Six enum {
8*e6fd0181SMario Six 	BOOL_CALLED_DETECT,
9*e6fd0181SMario Six 	INT_TEST1,
10*e6fd0181SMario Six 	INT_TEST2,
11*e6fd0181SMario Six 	STR_VACATIONSPOT,
12*e6fd0181SMario Six };
13