huracan_diagnostics.c (565B)
1 /* 2 * 3 * 4 * 5 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 6 * 7 * Copyright 2007-2019 Broadcom Inc. All rights reserved. 8 */ 9 10 #include <phymod/phymod.h> 11 #include <phymod/phymod_diagnostics.h> 12 #include <phymod/phymod_diagnostics_dispatch.h> 13 14 #ifdef PHYMOD_HURACAN_SUPPORT 15 16 int huracan_phy_display_eye_scan( const phymod_phy_access_t *pa ) 17 { 18 19 20 /* Place your code here */ 21 22 23 return PHYMOD_E_NONE; 24 25 } 26 27 28 #endif /* PHYMOD_HURACAN_SUPPORT */