doc: ulib: Clarify calling functions in any header

It is already possible to call functions in any U-Boot header. Add more
detail to explain what is meant in this 'future work' item.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-10 13:16:33 -06:00
parent 2700bef70c
commit f5570d48b6

View File

@@ -415,5 +415,6 @@ Future Work
* Selective inclusion of U-Boot subsystems
* API versioning and stability guarantees
* pkg-config support for easier integration
* Support for calling functions in any U-Boot header
* Support for calling functions in any U-Boot header, without needing the source
tree
* Improved symbol renaming with namespace support