blob: 349df75b16d4edf4cc0e340e4975f0179073488b [file] [log] [blame]
Simon Glass82cafee2023-06-01 10:23:01 -06001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Binding shared between cedit.dtsi and test/boot/expo.c
4 *
5 * Copyright 2023 Google LLC
6 * Written by Simon Glass <sjg@chromium.org>
7 */
8
9#ifndef __cedit_test_h
10#define __cedit_test_h
11
12#define ID_PROMPT 1
13#define ID_SCENE1 2
14#define ID_SCENE1_TITLE 3
15
16#define ID_CPU_SPEED 4
17#define ID_CPU_SPEED_TITLE 5
18#define ID_CPU_SPEED_1 6
19#define ID_CPU_SPEED_2 7
20#define ID_CPU_SPEED_3 8
21
22#define ID_POWER_LOSS 9
23#define ID_AC_OFF 10
24#define ID_AC_ON 11
25#define ID_AC_MEMORY 12
26
27#define ID_DYNAMIC_START 13
28
29#endif