bcm_dlist.h (965B)
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-2020 Broadcom Inc. All rights reserved. 6 */ 7 #ifdef BCM_DLIST_ENTRY 8 9 #ifdef BCM_TOMAHAWK3_SUPPORT 10 BCM_DLIST_ENTRY(tomahawk3) 11 #endif 12 13 #ifdef BCM_TOMAHAWK3X_SUPPORT 14 BCM_DLIST_ENTRY(tomahawk3x) 15 #endif 16 17 #ifdef BCM_ESW_SUPPORT 18 BCM_DLIST_ENTRY(esw) 19 #endif 20 21 #ifdef BCM_PETRA_SUPPORT 22 BCM_DLIST_ENTRY(petra) 23 #endif 24 25 #ifdef BCM_DFE_SUPPORT 26 BCM_DLIST_ENTRY(dfe) 27 #endif 28 29 #ifdef BCM_DNXF_SUPPORT 30 BCM_DLIST_ENTRY(dnxf) 31 #endif 32 33 #ifdef BCM_DNX_SUPPORT 34 BCM_DLIST_ENTRY(dnx) 35 #endif 36 37 #ifdef BCM_RPC_SUPPORT 38 BCM_DLIST_ENTRY(client) 39 #endif 40 41 #ifdef BCM_LOOP_SUPPORT 42 BCM_DLIST_ENTRY(loop) 43 #endif 44 45 #ifdef BCM_TR3_SUPPORT 46 BCM_DLIST_ENTRY(tr3) 47 #endif 48 49 #ifdef BCM_SHADOW_SUPPORT 50 BCM_DLIST_ENTRY(shadow) 51 #endif 52 53 #ifdef BCM_LTSW_SUPPORT 54 BCM_DLIST_ENTRY(ltsw) 55 #endif 56 57 #undef BCM_DLIST_ENTRY 58 59 60 #endif /* BCM_DLIST_ENTRY */