diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fm_eth.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/fm_eth.h b/include/fm_eth.h index e56541d..5d80e49 100644 --- a/include/fm_eth.h +++ b/include/fm_eth.h @@ -30,13 +30,21 @@ enum fm_port { FM1_DTSEC3, FM1_DTSEC4, FM1_DTSEC5, + FM1_DTSEC6, + FM1_DTSEC9, + FM1_DTSEC10, FM1_10GEC1, + FM1_10GEC2, FM2_DTSEC1, FM2_DTSEC2, FM2_DTSEC3, FM2_DTSEC4, FM2_DTSEC5, + FM2_DTSEC6, + FM2_DTSEC9, + FM2_DTSEC10, FM2_10GEC1, + FM2_10GEC2, NUM_FM_PORTS, }; |