commit | 37972f40b9ad662348748b0a01baadab361a60d1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 24 11:28:21 2025 -0600 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun May 25 11:27:18 2025 +0200 |
tree | b2c61dfa46033f15a7090804001dc9b4b684f916 | |
parent | 2fc40ccd0985ebd7a6290375543ce6d71fc335a1 [diff] |
efi_loader: Separate device path into its own header These functions are useful for the EFI app. As a first step towards making these available outside lib/efi_loader, create a separate header file and include it where needed. Add proper comments to the functions, since many are missing at present. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>