Re: [RFC PATCH v8] term: Added 'l_term_*' symbols.

Martin Hundebøll <[email protected]> Thu, 16 May 2024 10:16:13 +0200
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
Hi Grant,

On Thu, 2024-04-04 at 17:36 -0700, Grant Erickson wrote:
> ---
>  ell/ell.sym | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/ell/ell.sym b/ell/ell.sym
> index 28b55d36719b..2767bf55e079 100644
> --- a/ell/ell.sym
> +++ b/ell/ell.sym
> @@ -623,6 +623,27 @@ global:
>  	l_ecdh_generate_shared_secret;
>  	/* time */
>  	l_time_now;
> +	/* term */
> +	l_term_new;
> +	l_term_free;
> +	l_term_set_io_handler;
> +	l_term_set_input;
> +	l_term_set_input_stdin;
> +	l_term_set_output;
> +	l_term_set_output_stdout;
> +	l_term_set_key_handler;
> +	l_term_open;
> +	l_term_close;

Didn't you argue / say in the cover letter to v6 that these two
functions were renamed to l_term_{acquire,release} ?

// Martin

> +	l_term_io_callback;
> +	l_term_process;
> +	l_term_putnstr;
> +	l_term_putstr;
> +	l_term_putchar;
> +	l_term_print;
> +	l_term_vprint;
> +	l_term_set_bounds;
> +	l_term_get_rows;
> +	l_term_get_columns;
>  	/* gpio */
>  	l_gpio_chips_with_line_label;
>  	l_gpio_chip_new;