openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

bist.c (409B)


      1 /*
      2  * 
      3  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      4  * 
      5  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      6  */
      7 
      8 #include <soc/error.h>
      9 #include <soc/drv.h>
     10 
     11 /* No longer used - preserved for historical reasons */
     12 int
     13 soc_bist(int unit, soc_mem_t *mems, int num_mems, int timeout_msec)
     14 {
     15     return SOC_E_NONE;
     16 }