summaryrefslogtreecommitdiff
path: root/libnm/nm-device-ethernet.h
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2015-09-23 14:55:55 +0200
committerJiří Klimeš <jklimes@redhat.com>2015-09-29 09:31:25 +0200
commitbbaca1b24e73c4d680dadf4f041cf06d59e0d680 (patch)
tree54abef2bec228fff54dd8941f7c9d44d9da02065 /libnm/nm-device-ethernet.h
parent4219aa9a56bfbf047a2a05a34e552a297e074b2f (diff)
downloadNetworkManager-bbaca1b24e73c4d680dadf4f041cf06d59e0d680.tar.gz
libnm: add 390-subchannels property to NMDeviceEthernet
Diffstat (limited to 'libnm/nm-device-ethernet.h')
-rw-r--r--libnm/nm-device-ethernet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device-ethernet.h b/libnm/nm-device-ethernet.h
index 09286e73a7..07cf4c4de6 100644
--- a/libnm/nm-device-ethernet.h
+++ b/libnm/nm-device-ethernet.h
@@ -41,6 +41,7 @@ G_BEGIN_DECLS
#define NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS "perm-hw-address"
#define NM_DEVICE_ETHERNET_SPEED "speed"
#define NM_DEVICE_ETHERNET_CARRIER "carrier"
+#define NM_DEVICE_ETHERNET_S390_SUBCHANNELS "s390-subchannels"
struct _NMDeviceEthernet {
NMDevice parent;
@@ -59,6 +60,8 @@ const char * nm_device_ethernet_get_hw_address (NMDeviceEthernet *device);
const char * nm_device_ethernet_get_permanent_hw_address (NMDeviceEthernet *device);
guint32 nm_device_ethernet_get_speed (NMDeviceEthernet *device);
gboolean nm_device_ethernet_get_carrier (NMDeviceEthernet *device);
+NM_AVAILABLE_IN_1_2
+const char * const *nm_device_ethernet_get_s390_subchannels (NMDeviceEthernet *device);
G_END_DECLS