]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Split efi_usb_path() out to a separate function
authorMichael Brown <mcb30@ipxe.org>
Fri, 16 Oct 2020 14:07:14 +0000 (15:07 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 16 Oct 2020 14:38:18 +0000 (15:38 +0100)
commit87e39a9c9345e177c46f74dc1e3d6d94136315be
tree79fc7328f739355631237fe0647d076ce7602135
parent2091288eaa5b3b6144afba193f44cce985705e79
[efi] Split efi_usb_path() out to a separate function

Provide efi_usb_path() as a standalone function, to allow for reuse by
the USB mass storage driver.

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