mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00

Adding sysinfo_get_data into sandbox ut test dm_test_sysinfo. Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
13 lines
229 B
C
13 lines
229 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2018
|
|
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
|
*/
|
|
|
|
enum {
|
|
BOOL_CALLED_DETECT = SYSID_USER,
|
|
INT_TEST1,
|
|
INT_TEST2,
|
|
STR_VACATIONSPOT,
|
|
DATA_TEST,
|
|
};
|