diff options
Diffstat (limited to 'src/mm-port-net.h')
-rw-r--r-- | src/mm-port-net.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-port-net.h b/src/mm-port-net.h index d6bf9053..b44a470c 100644 --- a/src/mm-port-net.h +++ b/src/mm-port-net.h @@ -60,4 +60,12 @@ gboolean mm_port_net_link_setup_finish (MMPortNet *self, GAsyncResult *res, GError **error); +void mm_port_net_get_hwaddress (MMPortNet *self, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +GByteArray *mm_port_net_get_hwaddress_finish (MMPortNet *self, + GAsyncResult *res, + GError **error); + #endif /* MM_PORT_NET_H */ |