commit | 47d68f7475feb86c9347f7013066b3b05b545cfc | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Wed Jul 09 10:34:41 2025 +0200 |
committer | Thomas Huth <thuth@redhat.com> | Fri Jul 11 10:04:29 2025 +0200 |
tree | 384dffc486b89ae264d65b31d81d23a583e37936 | |
parent | 108977796fbb765c7bcf040500ae9711cb2fa596 [diff] |
pc-bios/s390-ccw: Make get_boot_index() from menu.c global We are going to reuse this function for selecting an entry from the pxelinux.cfg menu, so rename this function with a "menu_" prefix and make it available globally. Reviewed-by: Jared Rossi <jrossi@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250709083443.41574-4-thuth@redhat.com>