diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-10 18:17:06 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | fa3fa38e0db3475d6f4c0273d6855fce375d1be0 (patch) | |
tree | 3fa15561504805fec6b53c9770f6b6e3a98bb473 /src/mm-port-probe.h | |
parent | 610bffc4e817fa04dcde19d31584b194038fdde6 (diff) |
port-probe: allow providing custom initialization AT commands
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r-- | src/mm-port-probe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h index 0b14c34b..98f66363 100644 --- a/src/mm-port-probe.h +++ b/src/mm-port-probe.h @@ -23,6 +23,8 @@ #define G_UDEV_API_IS_SUBJECT_TO_CHANGE #include <gudev/gudev.h> +#include "mm-port-probe-at-command.h" + #define MM_TYPE_PORT_PROBE (mm_port_probe_get_type ()) #define MM_PORT_PROBE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PORT_PROBE, MMPortProbe)) #define MM_PORT_PROBE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), MM_TYPE_PORT_PROBE, MMPortProbeClass)) @@ -88,6 +90,7 @@ const gchar *mm_port_probe_get_port_driver (MMPortProbe *self); void mm_port_probe_run (MMPortProbe *self, guint32 flags, guint64 at_send_delay, + const MMPortProbeAtCommand *at_custom_init, GAsyncReadyCallback callback, gpointer user_data); gboolean mm_port_probe_run_finish (MMPortProbe *self, |