]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli: Drop some #ifdefs in cli_readline
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:07 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:54 +0000 (15:43 -0400)
commit039f8cc375fb9ad28def3403f2e3483c1ded571e
tree4962bbb518e3610ab533dca574450cb914246972
parent33eb0b9eef3360396aa0f650f8e1e01baf6dc181
cli: Drop some #ifdefs in cli_readline

Add a few static inlines to avoid the need for #ifdefs in
cli_readline_into_buffer()

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cli_readline.c