diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-30 13:57:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-30 13:57:56 +0200 |
commit | 1ca46bb4a7e750655f3d066881f4f3823c03f537 (patch) | |
tree | b91bcec76111903dc4276e669502a07ebda57ef8 /src/mm-port-probe.h | |
parent | a4e5964506cbb6613421ab44bb43c225eb9d82a3 (diff) |
port-probe: easier check for Icera support over a list of port probes
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r-- | src/mm-port-probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h index adff2786..bbafab64 100644 --- a/src/mm-port-probe.h +++ b/src/mm-port-probe.h @@ -126,5 +126,6 @@ gboolean mm_port_probe_is_icera (MMPortProbe *self); /* Additional helpers */ gboolean mm_port_probe_list_has_at_port (GList *list); gboolean mm_port_probe_list_has_qmi_port (GList *list); +gboolean mm_port_probe_list_is_icera (GList *list); #endif /* MM_PORT_PROBE_H */ |