1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2021 Google LLC
10 #define EXTLINUX_FNAME "extlinux/extlinux.conf"
13 * struct extlinux_info - useful information for extlinux_getfile()
15 * @dev: bootmethod device being used to boot
16 * @bflow: bootflow being booted
18 struct extlinux_info {
20 struct bootflow *bflow;
21 struct cmd_tbl *cmdtp;