diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-24 00:05:08 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-24 00:05:08 -0600 |
commit | 44c11adadc8cb436c23eda67d2d2509550998487 (patch) | |
tree | 56126e842651127cbf938ae33d5cf53431226afe /src/mm-port.h | |
parent | 476cc44bc1c991b9ad940d1de9cb42baf93555ab (diff) |
core: add mm_port_subsys_to_name()
Diffstat (limited to 'src/mm-port.h')
-rw-r--r-- | src/mm-port.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-port.h b/src/mm-port.h index 43f78f46..4bcffd49 100644 --- a/src/mm-port.h +++ b/src/mm-port.h @@ -78,5 +78,7 @@ void mm_port_set_connected (MMPort *self, gboolean connected); const char * mm_port_type_to_name (MMPortType ptype); +const char * mm_port_subsys_to_name (MMPortSubsys psubsys); + #endif /* MM_PORT_H */ |