commit | bb5c199277d51e123ab07b99b429a3b1373b3885 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 24 11:28:22 2025 -0600 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun May 25 11:27:18 2025 +0200 |
tree | 2bb5d3a7efc02cdf0f006e4cde6f0bb9c21c8ac7 | |
parent | 37972f40b9ad662348748b0a01baadab361a60d1 [diff] |
efi: Include device-path functions in the EFI API docs Include these function so they can be browsed in the API docs. Exclude END since it causes a warning, which becomes an error: ./include/efi_device_path.h:22: warning: cannot understand function prototype: 'const struct efi_device_path END; ' Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>