Skip to content

Commit

Permalink
Add switch api for clause 22 mdio access
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
  • Loading branch information
jiahua-wang committed Jun 23, 2022
1 parent fe69c82 commit 912c4c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3272,6 +3272,8 @@ typedef struct _sai_switch_api_t
sai_remove_switch_tunnel_fn remove_switch_tunnel;
sai_set_switch_tunnel_attribute_fn set_switch_tunnel_attribute;
sai_get_switch_tunnel_attribute_fn get_switch_tunnel_attribute;
sai_switch_mdio_read_fn switch_mdio_cl22_read;
sai_switch_mdio_write_fn switch_mdio_cl22_write;

} sai_switch_api_t;

Expand Down

0 comments on commit 912c4c4

Please sign in to comment.