aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorAlfonso Sánchez-Beato <alfonso.sanchez-beato@canonical.com>2018-09-03 09:01:47 +0200
committerDan Williams <dcbw@redhat.com>2018-09-12 17:15:46 +0000
commita1c27bf89d8f238509479f7223de7bb8677c005e (patch)
tree632b5c5a4c7746016e6f08489c79d623f3c101eb /src/mm-modem-helpers.h
parentbc407a38d63708298798440ce70acf7a14c4320c (diff)
modem-helpers: add flow control udev tag parser
Add function for parsing the content of the udev tag ID_MM_TTY_FLOW_CONTROL.
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index a7c7eaca..fcac9f13 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -112,6 +112,8 @@ typedef enum { /*< underscore_name=mm_flow_control >*/
MMFlowControl mm_parse_ifc_test_response (const gchar *response,
GError **error);
+MMFlowControl mm_parse_flow_control_tag (const gchar *flow_control);
+
/*****************************************************************************/
/* 3GPP specific helpers and utilities */
/*****************************************************************************/