1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2021 Google LLC
4 * Written by Simon Glass <sjg@chromium.org>
10 #define DISTRO_FNAME "extlinux/extlinux.conf"
13 * struct distro_info - useful information for distro_getfile()
15 * @dev: bootmethod device being used to boot
16 * @bflow: bootflow being booted
20 struct bootflow *bflow;
21 struct cmd_tbl *cmdtp;