mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
e6fd018108
Add tests for the new board uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
13 lines
204 B
C
13 lines
204 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2018
|
|
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
|
*/
|
|
|
|
enum {
|
|
BOOL_CALLED_DETECT,
|
|
INT_TEST1,
|
|
INT_TEST2,
|
|
STR_VACATIONSPOT,
|
|
};
|