summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ethtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-ethtool.h')
-rw-r--r--libnm-core/nm-setting-ethtool.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/libnm-core/nm-setting-ethtool.h b/libnm-core/nm-setting-ethtool.h
index 6bb8edc87a..27cb965826 100644
--- a/libnm-core/nm-setting-ethtool.h
+++ b/libnm-core/nm-setting-ethtool.h
@@ -147,40 +147,6 @@ NM_AVAILABLE_IN_1_14
NM_DEPRECATED_IN_1_26
void nm_setting_ethtool_clear_features (NMSettingEthtool *setting);
-NM_AVAILABLE_IN_1_26
-gboolean nm_setting_ethtool_get_coalesce (NMSettingEthtool *setting,
- const char *optname,
- guint32 *out_value);
-
-NM_AVAILABLE_IN_1_26
-void nm_setting_ethtool_set_coalesce (NMSettingEthtool *setting,
- const char *optname,
- guint32 value);
-
-NM_AVAILABLE_IN_1_26
-void nm_setting_ethtool_clear_coalesce (NMSettingEthtool *setting,
- const char *optname);
-
-NM_AVAILABLE_IN_1_26
-void nm_setting_ethtool_clear_coalesce_all (NMSettingEthtool *setting);
-
-NM_AVAILABLE_IN_1_26
-gboolean nm_setting_ethtool_get_ring (NMSettingEthtool *setting,
- const char *optname,
- guint32 *out_value);
-
-NM_AVAILABLE_IN_1_26
-void nm_setting_ethtool_set_ring (NMSettingEthtool *setting,
- const char *optname,
- guint32 value);
-
-NM_AVAILABLE_IN_1_26
-void nm_setting_ethtool_clear_ring (NMSettingEthtool *setting,
- const char *optname);
-
-NM_AVAILABLE_IN_1_26
-void nm_setting_ethtool_clear_ring_all (NMSettingEthtool *setting);
-
G_END_DECLS
#endif /* __NM_SETTING_ETHTOOL_H__ */