aboutsummaryrefslogtreecommitdiffstats
path: root/netlink/extapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'netlink/extapi.h')
-rw-r--r--netlink/extapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/netlink/extapi.h b/netlink/extapi.h
index b865957..f16dd5e 100644
--- a/netlink/extapi.h
+++ b/netlink/extapi.h
@@ -32,6 +32,7 @@ int nl_gcoalesce(struct cmd_context *ctx);
int nl_scoalesce(struct cmd_context *ctx);
int nl_gpause(struct cmd_context *ctx);
int nl_spause(struct cmd_context *ctx);
+int nl_geee(struct cmd_context *ctx);
int nl_monitor(struct cmd_context *ctx);
void nl_monitor_usage(void);
@@ -68,6 +69,7 @@ static inline void nl_monitor_usage(void)
#define nl_scoalesce NULL
#define nl_gpause NULL
#define nl_spause NULL
+#define nl_geee NULL
#endif /* ETHTOOL_ENABLE_NETLINK */