summaryrefslogtreecommitdiff
path: root/src/mm-qcdm-serial-port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-qcdm-serial-port.h')
-rw-r--r--src/mm-qcdm-serial-port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-qcdm-serial-port.h b/src/mm-qcdm-serial-port.h
index e70e124..2786ee8 100644
--- a/src/mm-qcdm-serial-port.h
+++ b/src/mm-qcdm-serial-port.h
@@ -50,6 +50,8 @@ GType mm_qcdm_serial_port_get_type (void);
MMQcdmSerialPort *mm_qcdm_serial_port_new (const char *name, MMPortType ptype);
+MMQcdmSerialPort *mm_qcdm_serial_port_new_fd (int fd, MMPortType ptype);
+
void mm_qcdm_serial_port_queue_command (MMQcdmSerialPort *self,
GByteArray *command,
guint32 timeout_seconds,