commit | 4dc73c4d46e4a35173cb2d445c3df5545793722e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:07 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:54 2023 -0400 |
tree | 4962bbb518e3610ab533dca574450cb914246972 | |
parent | 4c0bf973ed377111b2ea84707f630b3cc98b2435 [diff] |
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>