| 8 | #include "sff_common.h" |
| 9 | |
| 10 | static void sff_8079_show_identifier(const uint8_t *data, struct rte_tel_data *d) |
| 11 | { |
| 12 | sff_8024_show_identifier(data, 0, d); |
| 13 | } |
| 14 | |
| 15 | static void sff_8079_show_ext_identifier(const uint8_t *data, struct rte_tel_data *d) |
| 16 | { |
no test coverage detected