summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorAurelien Guillaume <aurelien@iwi.me>2012-12-02 21:21:01 +0100
committerBen Hutchings <bhutchings@solarflare.com>2012-12-03 16:54:48 +0000
commit749f3878693d21cd43301327ddd22811453e38da (patch)
tree98543995513d279f03c583592bbefccaa1d25ac5 /internal.h
parent08f7d492eb1de6f47313c6a9bcb07f32f1695513 (diff)
downloadethtool-749f3878693d21cd43301327ddd22811453e38da.tar.gz
Implemented basic optics diagnostics for SFF-8472
The current output of -m has been modified so that everything lines up correctly. The --module-info option alias has been added. Signed-off-by: Aurelien Guillaume <aurelien@iwi.me> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 4f96fd5..e977a81 100644
--- a/internal.h
+++ b/internal.h
@@ -253,4 +253,7 @@ int rxclass_rule_del(struct cmd_context *ctx, __u32 loc);
/* Module EEPROM parsing code */
void sff8079_show_all(const __u8 *id);
+/* Optics diagnostics */
+void sff8472_show_all(const __u8 *id);
+
#endif /* ETHTOOL_INTERNAL_H__ */