diff options
Diffstat (limited to 'libnm/nm-device-ethernet.h')
| -rw-r--r-- | libnm/nm-device-ethernet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device-ethernet.h b/libnm/nm-device-ethernet.h index 07cf4c4d..76f4fde1 100644 --- a/libnm/nm-device-ethernet.h +++ b/libnm/nm-device-ethernet.h @@ -43,6 +43,9 @@ G_BEGIN_DECLS #define NM_DEVICE_ETHERNET_CARRIER "carrier" #define NM_DEVICE_ETHERNET_S390_SUBCHANNELS "s390-subchannels" +/** + * NMDeviceEthernet: + */ struct _NMDeviceEthernet { NMDevice parent; }; |