diff options
Diffstat (limited to 'firmware/usrp3/n230/n230_eth_handlers.h')
| -rw-r--r-- | firmware/usrp3/n230/n230_eth_handlers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/usrp3/n230/n230_eth_handlers.h b/firmware/usrp3/n230/n230_eth_handlers.h index 271c3a6de..9b9be7b78 100644 --- a/firmware/usrp3/n230/n230_eth_handlers.h +++ b/firmware/usrp3/n230/n230_eth_handlers.h @@ -22,6 +22,7 @@ #include <stddef.h> #include <stdbool.h> #include <lwip/ip_addr.h> +#include <wb_soft_reg.h> #include "../n230/n230_fw_host_iface.h" /*! @@ -39,4 +40,9 @@ void n230_register_udp_prog_framer(); */ void n230_register_flash_comms_handler(); +/*! + * Handle SFP updates. + */ +void n230_handle_sfp_updates(soft_reg_t* led_reg); + #endif /* INCLUDED_N230_ETH_HANDLERS_H */ |
