mirror of
https://xff.cz/git/u-boot/
synced 2026-04-10 05:09:59 +02: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>