Skip to content

Commit

Permalink
add SAI_PORT_BREAKOUT_MODE_TYPE_8_LANE to sai_port_breakout_mode_type_t
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Chu <chuzirui@gmail.com>
  • Loading branch information
chuzirui committed Oct 24, 2023
1 parent f981a1f commit c8e851a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ typedef enum _sai_port_breakout_mode_type_t
/** 4 lanes breakout Mode */
SAI_PORT_BREAKOUT_MODE_TYPE_4_LANE = 2,

/** 8 lanes breakout Mode */
SAI_PORT_BREAKOUT_MODE_TYPE_8_LANE = 3,

/** Breakout mode max count */
SAI_PORT_BREAKOUT_MODE_TYPE_MAX
} sai_port_breakout_mode_type_t;
Expand Down

0 comments on commit c8e851a

Please sign in to comment.