1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Internal header file for bootflow
5 * Copyright 2022 Google LLC
9 #ifndef __BOOTFLOW_INTERNAL_H
10 #define __BOOTFLOW_INTERNAL_H
12 /* expo IDs for elements of the bootflow menu */
31 /* strings for menu items */
36 /* menu items / components (bootflow number is added to these) */
43 /* left margin for the main menu */
47 #endif /* __BOOTFLOW_INTERNAL_H */