mirror of
https://xff.cz/git/u-boot/
synced 2026-02-13 09:29:28 +01:00
This header file should not be included in other header files. Remove it and use a forward declaration instead. Also move the inline function out into a C file. We should not include C code in headers. Signed-off-by: Simon Glass <sjg@chromium.org>