summaryrefslogtreecommitdiffstats
path: root/src/shared/kernel-config.h
blob: 568187061cf8834b302e377c05c88370688b9a76 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: LGPL-2.1-or-later */

int load_kernel_install_conf(
                const char *root,
                const char *conf_root,
                char **ret_machine_id,
                char **ret_boot_root,
                char **ret_layout,
                char **ret_initrd_generator,
                char **ret_uki_generator);