diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-09 23:56:22 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | 6816c2e61def241eb2a991a11c21da699b06b54f (patch) | |
tree | cd83b62265f44cefd7ce95649cd2ecb3f624c9d8 /src/mm-port-probe-at-command.h | |
parent | d7238403c485d040dc77b3c2e428b876c3b33bdf (diff) |
port-probe: enable probing for AT support
We will initially probe for AT support in the port.
Diffstat (limited to 'src/mm-port-probe-at-command.h')
-rw-r--r-- | src/mm-port-probe-at-command.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-port-probe-at-command.h b/src/mm-port-probe-at-command.h index 9377560f..60ccd8e0 100644 --- a/src/mm-port-probe-at-command.h +++ b/src/mm-port-probe-at-command.h @@ -50,5 +50,8 @@ typedef struct { GError **result_error); } MMPortProbeAtCommand; +/* Default commands used during probing */ +const MMPortProbeAtCommand *mm_port_probe_at_command_get_probing (void); + #endif /* MM_PORT_PROBE_AT_COMMAND_H */ |