diff options
Diffstat (limited to 'roms/u-boot/drivers/sysinfo/sandbox.h')
-rw-r--r-- | roms/u-boot/drivers/sysinfo/sandbox.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/sysinfo/sandbox.h b/roms/u-boot/drivers/sysinfo/sandbox.h new file mode 100644 index 000000000..d9c5804c2 --- /dev/null +++ b/roms/u-boot/drivers/sysinfo/sandbox.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2018 + * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc + */ + +enum { + BOOL_CALLED_DETECT = SYSINFO_ID_USER, + INT_TEST1, + INT_TEST2, + STR_VACATIONSPOT, +}; |