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

cancun.h (435B)


      1 /* 
      2  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      3  * 
      4  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      5  */
      6 
      7 #if !defined(_TEST_CANCUN_H)
      8 #define _TEST_CANCUN_H
      9 
     10 #if defined(BCM_ESW_SUPPORT) && defined(CANCUN_SUPPORT)
     11 extern int soc_cancun_pre_misc_init_load(int unit);
     12 extern int soc_cancun_post_misc_init_load(int unit);
     13 #endif
     14 
     15 #endif