From: Grant Erickson <gerickson@nuovations.com>
To: ell@lists.linux.dev
Cc: Marcel Holtmann <marcel@holtmann.org>
Subject: [RFC PATCH v5] term: Added 'l_term_*' symbols.
Date: Sun, 31 Mar 2024 16:47:37 -0700 [thread overview]
Message-ID: <20240331234737.2452696-5-gerickson@nuovations.com> (raw)
In-Reply-To: <20240331234737.2452696-1-gerickson@nuovations.com>
---
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;
+ 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;
--
2.42.0
prev parent reply other threads:[~2024-03-31 23:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-31 23:47 [RFC PATCH v5] Input/Output Terminal Abstraction Grant Erickson
2024-03-31 23:47 ` [RFC PATCH v5] term: Initial revision Grant Erickson
2024-03-31 23:47 ` [RFC PATCH v5] ell: Add include directive for 'ell/term.h' Grant Erickson
2024-03-31 23:47 ` [RFC PATCH v5] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES Grant Erickson
2024-03-31 23:47 ` Grant Erickson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240331234737.2452696-5-gerickson@nuovations.com \
--to=gerickson@nuovations.com \
--cc=ell@lists.linux.dev \
--cc=marcel@holtmann.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).