]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Split efi_netdev_path() out to a separate function
authorMichael Brown <mcb30@ipxe.org>
Mon, 19 Oct 2020 12:44:43 +0000 (13:44 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 19 Oct 2020 13:45:49 +0000 (14:45 +0100)
commit6154b1fb2003bafa56ce35365f681d0c2fb1a503
treee9818caf6e70a4063b637ff09f30d55c6110cd3e
parentb50ad5f09ab11f7d5b61a9a5c21637ea139fda08
[efi] Split efi_netdev_path() out to a separate function

Provide efi_netdev_path() as a standalone function, to allow for reuse
when constructing child device paths.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/efi_path.h
src/interface/efi/efi_path.c
src/interface/efi/efi_snp.c